Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ 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")
|
172 |
output2 = gr.Image(label="Sentiment Analysis Result")
|
|
|
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 would 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")
|
172 |
output2 = gr.Image(label="Sentiment Analysis Result")
|