Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as app:
|
|
66 |
examples=example_scenarios,
|
67 |
inputs=text_input,
|
68 |
outputs=text_output,
|
69 |
-
|
70 |
)
|
71 |
|
72 |
analyze_text_btn.click(
|
|
|
66 |
examples=example_scenarios,
|
67 |
inputs=text_input,
|
68 |
outputs=text_output,
|
69 |
+
# fn=analyze_text # Automatically analyze when an example is selected
|
70 |
)
|
71 |
|
72 |
analyze_text_btn.click(
|