Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks(css=css,theme=gr.themes.Monochrome()) as demo:
|
|
60 |
|
61 |
load_pdf.click(load_doc, inputs=[pdf_doc, openai_key], outputs=status)
|
62 |
|
63 |
-
|
64 |
|
65 |
|
66 |
#forcing a save in order to re-build the container.
|
|
|
60 |
|
61 |
load_pdf.click(load_doc, inputs=[pdf_doc, openai_key], outputs=status)
|
62 |
|
63 |
+
submit_query.click(answer_query,input,ouput)
|
64 |
|
65 |
|
66 |
#forcing a save in order to re-build the container.
|