Spaces:
Build error
Build error
Update pages/2_Twitter_GPT_Search.py
Browse files
pages/2_Twitter_GPT_Search.py
CHANGED
|
@@ -64,8 +64,8 @@ sbert_model_name = st.sidebar.selectbox("Embedding Model", options=list(bi_enc_d
|
|
| 64 |
|
| 65 |
tweets = st.session_state['tlist']
|
| 66 |
topic = st.session_state['topic']
|
| 67 |
-
user = st.session_state['
|
| 68 |
-
cr_time = st.session_state['
|
| 69 |
|
| 70 |
try:
|
| 71 |
|
|
|
|
| 64 |
|
| 65 |
tweets = st.session_state['tlist']
|
| 66 |
topic = st.session_state['topic']
|
| 67 |
+
user = st.session_state['user']
|
| 68 |
+
cr_time = st.session_state['time']
|
| 69 |
|
| 70 |
try:
|
| 71 |
|