Spaces:
Build error
Build error
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.
|
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)))
|