Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ col1, col2 = st.columns(2)
|
|
154 |
with col1:
|
155 |
chat = st.button("Chat")
|
156 |
if chat:
|
157 |
-
st.switch_page("pages/chatbot.py")
|
158 |
|
159 |
|
160 |
st.markdown("<div style='text-align:center;'></div>", unsafe_allow_html=True)
|
|
|
154 |
with col1:
|
155 |
chat = st.button("Chat")
|
156 |
if chat:
|
157 |
+
st.switch_page("pages/chatbot.py")
|
158 |
|
159 |
|
160 |
st.markdown("<div style='text-align:center;'></div>", unsafe_allow_html=True)
|