Spaces:
Runtime error
Runtime error
Commit
·
8a47600
1
Parent(s):
72ca0f0
Update app.py
Browse files
app.py
CHANGED
@@ -289,7 +289,7 @@ with gr.Blocks() as demo:
|
|
289 |
btn.click(
|
290 |
question_answer,
|
291 |
inputs=[chatbot, url, file, question, openAI_key, model],
|
292 |
-
outputs=[chatbot],
|
293 |
)
|
294 |
|
295 |
#openai.api_key = os.getenv('Your_Key_Here')
|
|
|
289 |
btn.click(
|
290 |
question_answer,
|
291 |
inputs=[chatbot, url, file, question, openAI_key, model],
|
292 |
+
outputs=[chatbot],show_spinner=True
|
293 |
)
|
294 |
|
295 |
#openai.api_key = os.getenv('Your_Key_Here')
|