Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -277,4 +277,4 @@ with gr.Blocks(title="Tariff Tweet Sentiment (No Twitter API)") as demo:
|
|
| 277 |
run_btn.click(_go, [dataset_choice, keywords_csv, max_rows, include_wordcloud], [summary_md, bar_plot, wc_plot, table, csv])
|
| 278 |
|
| 279 |
if __name__ == "__main__":
|
| 280 |
-
demo.launch()
|
|
|
|
| 277 |
run_btn.click(_go, [dataset_choice, keywords_csv, max_rows, include_wordcloud], [summary_md, bar_plot, wc_plot, table, csv])
|
| 278 |
|
| 279 |
if __name__ == "__main__":
|
| 280 |
+
demo.launch()
|