Spaces:
Sleeping
Sleeping
KarthickAdopleAI
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -381,7 +381,7 @@ class KeyValueExtractor:
|
|
381 |
key_value_pair_result = gr.Textbox(label="Discussed Topics", lines = 12)
|
382 |
with gr.Row(elem_id="col-container"):
|
383 |
with gr.Column(scale=1.0, min_width=0):
|
384 |
-
plot_for_day =gr.Plot(label="Sentiment for Last Day"
|
385 |
with gr.Row(elem_id="col-container"):
|
386 |
with gr.Column(scale=1.0, min_width=150):
|
387 |
analyse_sentiment = gr.Button("Analyse Sentiment For Last Day")
|
@@ -393,7 +393,7 @@ class KeyValueExtractor:
|
|
393 |
one_year = gr.Button("Analyse One Year Summary")
|
394 |
with gr.Row(elem_id="col-container"):
|
395 |
with gr.Column(scale=1.0, min_width=0):
|
396 |
-
plot_for_year =gr.Plot(label="Sentiment for One Year"
|
397 |
with gr.Row(elem_id="col-container"):
|
398 |
with gr.Column(scale=1.0, min_width=150):
|
399 |
analyse_sentiment_for_year = gr.Button("Analyse Sentiment For One Year")
|
|
|
381 |
key_value_pair_result = gr.Textbox(label="Discussed Topics", lines = 12)
|
382 |
with gr.Row(elem_id="col-container"):
|
383 |
with gr.Column(scale=1.0, min_width=0):
|
384 |
+
plot_for_day =gr.Plot(label="Sentiment for Last Day")
|
385 |
with gr.Row(elem_id="col-container"):
|
386 |
with gr.Column(scale=1.0, min_width=150):
|
387 |
analyse_sentiment = gr.Button("Analyse Sentiment For Last Day")
|
|
|
393 |
one_year = gr.Button("Analyse One Year Summary")
|
394 |
with gr.Row(elem_id="col-container"):
|
395 |
with gr.Column(scale=1.0, min_width=0):
|
396 |
+
plot_for_year =gr.Plot(label="Sentiment for One Year")
|
397 |
with gr.Row(elem_id="col-container"):
|
398 |
with gr.Column(scale=1.0, min_width=150):
|
399 |
analyse_sentiment_for_year = gr.Button("Analyse Sentiment For One Year")
|