Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,6 +74,6 @@ with gr.Blocks() as demo:
|
|
| 74 |
|
| 75 |
analysis_button = gr.Button("Analyze Selected Texts")
|
| 76 |
analysis_output = gr.DataFrame(headers=["Selected Text", "Analysis"])
|
| 77 |
-
analysis_button.click(analyze_selected_texts, inputs=
|
| 78 |
|
| 79 |
demo.launch()
|
|
|
|
| 74 |
|
| 75 |
analysis_button = gr.Button("Analyze Selected Texts")
|
| 76 |
analysis_output = gr.DataFrame(headers=["Selected Text", "Analysis"])
|
| 77 |
+
analysis_button.click(analyze_selected_texts, inputs=flood_checkbox_output, outputs=analysis_output)
|
| 78 |
|
| 79 |
demo.launch()
|