Spaces:
Build error
Build error
Update 01_π _Home.py
Browse files- 01_π _Home.py +1 -1
01_π _Home.py
CHANGED
|
@@ -90,7 +90,7 @@ if refresh_stream or st.session_state.update_but:
|
|
| 90 |
# Get all tweets
|
| 91 |
tweet_list = df_tweets['tweet'].tolist()
|
| 92 |
|
| 93 |
-
st.session_state['tlist'] =
|
| 94 |
|
| 95 |
st.session_state['tdf'] = df_tweets
|
| 96 |
|
|
|
|
| 90 |
# Get all tweets
|
| 91 |
tweet_list = df_tweets['tweet'].tolist()
|
| 92 |
|
| 93 |
+
st.session_state['tlist'] =tweet_list
|
| 94 |
|
| 95 |
st.session_state['tdf'] = df_tweets
|
| 96 |
|