nickmuchi commited on
Commit
dbd544a
β€’
1 Parent(s): 0304dc4

Update pages/1_Tweets_Visualization_πŸ”Ž_.py

Browse files
pages/1_Tweets_Visualization_πŸ”Ž_.py CHANGED
@@ -40,7 +40,7 @@ try:
40
  # format='%Y-%m-%d %H:%M:%S-%Z',
41
  # errors='coerce').dt.date
42
 
43
- with st.comtainer():
44
  st.subheader('Sentiment Scatter Plot')
45
  ## Display negative sentence locations
46
  ht = df.tweet.apply(lambda txt: '<br>'.join(textwrap.wrap(txt, width=70)))
 
40
  # format='%Y-%m-%d %H:%M:%S-%Z',
41
  # errors='coerce').dt.date
42
 
43
+ with st.container():
44
  st.subheader('Sentiment Scatter Plot')
45
  ## Display negative sentence locations
46
  ht = df.tweet.apply(lambda txt: '<br>'.join(textwrap.wrap(txt, width=70)))