arjahojnik commited on
Commit
41d046a
·
verified ·
1 Parent(s): 1b4017a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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)