shrish191 commited on
Commit
d09d853
Β·
verified Β·
1 Parent(s): 56b85a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ demo = gr.Interface(
208
  ),
209
  ],
210
  outputs="text",
211
- title="Multilingual Sentiment Analysis",
212
  description="πŸ” Paste any text (including tweet content) OR a Reddit post URL to analyze sentiment.\n\nπŸ’‘ Tweet URLs are not supported directly due to platform restrictions. Please paste tweet content manually."
213
  )
214
 
 
208
  ),
209
  ],
210
  outputs="text",
211
+ title="Sentiment Analyzer",
212
  description="πŸ” Paste any text (including tweet content) OR a Reddit post URL to analyze sentiment.\n\nπŸ’‘ Tweet URLs are not supported directly due to platform restrictions. Please paste tweet content manually."
213
  )
214