Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -75,8 +75,5 @@ iface = gr.Interface(fn=generate_wordcloud,
|
|
75 |
title="Sentiment Analysis Word Cloud Generator",
|
76 |
description="Upload an Excel file and specify a column name to generate a sentiment-based word cloud.")
|
77 |
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
if __name__ == "__main__":
|
82 |
iface.launch()
|
|
|
75 |
title="Sentiment Analysis Word Cloud Generator",
|
76 |
description="Upload an Excel file and specify a column name to generate a sentiment-based word cloud.")
|
77 |
|
|
|
|
|
|
|
78 |
if __name__ == "__main__":
|
79 |
iface.launch()
|