Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,7 @@ demo = gr.Interface(
|
|
208 |
),
|
209 |
],
|
210 |
outputs="text",
|
211 |
-
title="
|
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 |
|