emeses commited on
Commit
3b34fd8
·
1 Parent(s): cfd687e

Update space

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -181,7 +181,8 @@ with gr.Blocks() as demo:
181
  extract_btn.click(
182
  fn=update_interface,
183
  inputs=[url_input],
184
- outputs=[topic_dropdown, table_output]
 
185
  )
186
 
187
  # Prepare topic handler
 
181
  extract_btn.click(
182
  fn=update_interface,
183
  inputs=[url_input],
184
+ #outputs=[table_output, topic_dropdown]
185
+ outputs=[topic_dropdown]
186
  )
187
 
188
  # Prepare topic handler