furquan commited on
Commit
aa835ed
1 Parent(s): 096acbf

Update app.py

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