Update sentiment_app.py
Browse files- sentiment_app.py +1 -1
sentiment_app.py
CHANGED
|
@@ -102,7 +102,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="emerald"), title="PoskoLog Dash
|
|
| 102 |
with gr.Column():
|
| 103 |
plot_output = gr.Plot(label="Grafik Distribusi")
|
| 104 |
with gr.Column():
|
| 105 |
-
gr.Markdown("####
|
| 106 |
table_output = gr.Dataframe(headers=["Pesan", "Sentimen", "Jumlah"], interactive=False)
|
| 107 |
|
| 108 |
status_txt = gr.Markdown("")
|
|
|
|
| 102 |
with gr.Column():
|
| 103 |
plot_output = gr.Plot(label="Grafik Distribusi")
|
| 104 |
with gr.Column():
|
| 105 |
+
gr.Markdown("#### Pesan Berdasarkan Filter")
|
| 106 |
table_output = gr.Dataframe(headers=["Pesan", "Sentimen", "Jumlah"], interactive=False)
|
| 107 |
|
| 108 |
status_txt = gr.Markdown("")
|