Spaces:
Sleeping
Sleeping
Update frontend_streamlit.py
Browse files- frontend_streamlit.py +2 -1
frontend_streamlit.py
CHANGED
|
@@ -3,7 +3,8 @@ from chat_langraph import system, workflow, HumanMessage, AIMessage, get_all_cha
|
|
| 3 |
import uuid
|
| 4 |
from chat_title_giver import give_me_the_title
|
| 5 |
import re
|
| 6 |
-
|
|
|
|
| 7 |
st.title("College chatbot")
|
| 8 |
st.set_page_config(layout='wide')
|
| 9 |
|
|
|
|
| 3 |
import uuid
|
| 4 |
from chat_title_giver import give_me_the_title
|
| 5 |
import re
|
| 6 |
+
import os
|
| 7 |
+
os.environ["STREAMLIT_HOME"] = "/app/.streamlit
|
| 8 |
st.title("College chatbot")
|
| 9 |
st.set_page_config(layout='wide')
|
| 10 |
|