furquan commited on
Commit
b5add12
1 Parent(s): aa835ed

Update app.py

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