Update app.py
Browse files
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)
|