Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,9 +96,6 @@ with gr.Blocks(css=".gradio-container { max-width: 900px; margin: auto; padding:
|
|
| 96 |
|
| 97 |
analyze_button = gr.Button("Analyze Sentiment", variant="primary") # Blue button
|
| 98 |
|
| 99 |
-
with gr.Column():
|
| 100 |
-
statistics_output = gr.Textbox(label="Statistics (Lowest, Highest, Average)", interactive=False)
|
| 101 |
-
|
| 102 |
with gr.Row():
|
| 103 |
with gr.Column():
|
| 104 |
gru_output = gr.Textbox(label="Predicted Sentiment (GRU Model)", interactive=False)
|
|
|
|
| 96 |
|
| 97 |
analyze_button = gr.Button("Analyze Sentiment", variant="primary") # Blue button
|
| 98 |
|
|
|
|
|
|
|
|
|
|
| 99 |
with gr.Row():
|
| 100 |
with gr.Column():
|
| 101 |
gru_output = gr.Textbox(label="Predicted Sentiment (GRU Model)", interactive=False)
|