robertou2 commited on
Commit
5c43825
1 Parent(s): bb8f3e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -27,5 +27,4 @@ def run():
27
  df = pd.DataFrame(list(zip(tweet_list, q)),columns =['Latest'+str(number_of_tweets)+'Tweets'+'on'+search_words, 'sentiment'])
28
  st.write(df)
29
 
30
- if __name__=='__main__':
31
  run()
 
27
  df = pd.DataFrame(list(zip(tweet_list, q)),columns =['Latest'+str(number_of_tweets)+'Tweets'+'on'+search_words, 'sentiment'])
28
  st.write(df)
29
 
 
30
  run()