Crackershoot commited on
Commit
560f80e
·
verified ·
1 Parent(s): fcab3ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,7 +266,7 @@ with gr.Blocks(title="# 🌊 Dox the Data Professional's Advisor 🤖", theme=gr
266
  ask_btn.click(
267
  ask_agent_ui,
268
  inputs=question,
269
- outputs=[loading_indicator, answer, link_state, show_btn, output_image]
270
  )
271
 
272
  # Show PDF functionality
 
266
  ask_btn.click(
267
  ask_agent_ui,
268
  inputs=question,
269
+ outputs=[answer, link_state, show_btn, output_image]
270
  )
271
 
272
  # Show PDF functionality