Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -165,7 +165,7 @@ def sentiment_analysis(tweets,topic):
|
|
| 165 |
with gr.Blocks() as app:
|
| 166 |
with gr.Column():
|
| 167 |
gr.Markdown("""
|
| 168 |
-
#
|
| 169 |
If you are a recuriter who like to view a functioning version of this app, please send me a direct message.
|
| 170 |
""")
|
| 171 |
topic = gr.Textbox(label="Enter a topic for tweets")
|
|
|
|
| 165 |
with gr.Blocks() as app:
|
| 166 |
with gr.Column():
|
| 167 |
gr.Markdown("""
|
| 168 |
+
# Due to Twitter's restriction on free tier API access, the app will not work properly.
|
| 169 |
If you are a recuriter who like to view a functioning version of this app, please send me a direct message.
|
| 170 |
""")
|
| 171 |
topic = gr.Textbox(label="Enter a topic for tweets")
|