Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -161,7 +161,7 @@ builder.add_edge("checking",END)
|
|
| 161 |
graph = builder.compile()
|
| 162 |
|
| 163 |
st.set_page_config(page_title="Math Chatbot",layout="centered")
|
| 164 |
-
st.
|
| 165 |
|
| 166 |
for msg in st.session_session.chat_history:
|
| 167 |
with st.chat_message(msg["role"]):
|
|
|
|
| 161 |
graph = builder.compile()
|
| 162 |
|
| 163 |
st.set_page_config(page_title="Math Chatbot",layout="centered")
|
| 164 |
+
st.title("Math Chatbot")
|
| 165 |
|
| 166 |
for msg in st.session_session.chat_history:
|
| 167 |
with st.chat_message(msg["role"]):
|