ElliottLepine commited on
Commit
454c672
·
2 Parent(s): a4288d6 bdf7451

Merge branch 'main' of https://huggingface.co/spaces/team-lfd-sia-pro/chatbot-g-pdf

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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