reddmann007 commited on
Commit
580ed63
·
verified ·
1 Parent(s): f7df839

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;'>AI Math Agent 🧮</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)
 
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)