Spaces:
Sleeping
Sleeping
ElliottLepine
commited on
Merge branch 'main' of https://huggingface.co/spaces/team-lfd-sia-pro/chatbot-g-pdf
Browse files
app.py
CHANGED
@@ -106,6 +106,10 @@ def load_document(input_file):
|
|
106 |
return gr.Textbox(value=f"Document loaded: {file_name}", visible=True)
|
107 |
|
108 |
|
|
|
|
|
|
|
|
|
109 |
with gr.Blocks() as demo:
|
110 |
gr.Markdown(
|
111 |
""" # Welcome to Gaia Level 3 Demo
|
|
|
106 |
return gr.Textbox(value=f"Document loaded: {file_name}", visible=True)
|
107 |
|
108 |
|
109 |
+
def test_function():
|
110 |
+
return "Test result"
|
111 |
+
|
112 |
+
|
113 |
with gr.Blocks() as demo:
|
114 |
gr.Markdown(
|
115 |
""" # Welcome to Gaia Level 3 Demo
|