sumit-ai-ml commited on
Commit
1f041f3
·
verified ·
1 Parent(s): f20b8df

Update app.py

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