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

Update space

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