Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from langgraph.prebuilt import create_react_agent
|
|
| 7 |
# 1. Page Configuration
|
| 8 |
st.set_page_config(page_title="AI Math Agent", page_icon="🧮")
|
| 9 |
# Centered Title
|
| 10 |
-
st.markdown("<h1 style='text-align: center;'>
|
| 11 |
|
| 12 |
# Centered Description
|
| 13 |
st.markdown("<p style='text-align: center;'>I'm here to help you solve your math homework step-by-step!</p>", unsafe_allow_html=True)
|
|
|
|
| 7 |
# 1. Page Configuration
|
| 8 |
st.set_page_config(page_title="AI Math Agent", page_icon="🧮")
|
| 9 |
# Centered Title
|
| 10 |
+
st.markdown("<h1 style='text-align: center;'>MATH CHAT BOT 🧮</h1>", unsafe_allow_html=True)
|
| 11 |
|
| 12 |
# Centered Description
|
| 13 |
st.markdown("<p style='text-align: center;'>I'm here to help you solve your math homework step-by-step!</p>", unsafe_allow_html=True)
|