jchen8000 commited on
Commit
029c170
·
verified ·
1 Parent(s): 23ce790

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -186,6 +186,7 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
186
  fn=get_relevant_info,
187
  inputs=[gr_last_relevant_info_state], # Input is the state component
188
  outputs=[relevant_info] # Output updates the relevant_info textbox
 
189
 
190
  # Launch the Gradio app
191
  demo.launch(share=True)
 
186
  fn=get_relevant_info,
187
  inputs=[gr_last_relevant_info_state], # Input is the state component
188
  outputs=[relevant_info] # Output updates the relevant_info textbox
189
+ )
190
 
191
  # Launch the Gradio app
192
  demo.launch(share=True)