Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,6 @@ with gr.Blocks() as app:
|
|
| 62 |
text_input = gr.Textbox(label="Enter Text", placeholder="Type here...", lines=4)
|
| 63 |
analyze_text_btn = gr.Button("Analyze Text")
|
| 64 |
text_output = gr.Textbox(label="Analysis Output", lines=6)
|
| 65 |
-
gr.Examples(examples=example_scenarios, inputs=text_input, fn=analyze_text, outputs=text_output)
|
| 66 |
analyze_text_btn.click(
|
| 67 |
fn=analyze_text,
|
| 68 |
inputs=text_input,
|
|
|
|
| 62 |
text_input = gr.Textbox(label="Enter Text", placeholder="Type here...", lines=4)
|
| 63 |
analyze_text_btn = gr.Button("Analyze Text")
|
| 64 |
text_output = gr.Textbox(label="Analysis Output", lines=6)
|
|
|
|
| 65 |
analyze_text_btn.click(
|
| 66 |
fn=analyze_text,
|
| 67 |
inputs=text_input,
|