reddmann007 commited on
Commit
b28fc34
·
verified ·
1 Parent(s): d373026

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from langgraph.prebuilt import create_react_agent
6
 
7
  # 1. Page Configuration
8
  st.set_page_config(page_title="AI Math Agent", page_icon="🧮")
9
- st.title("AI Math Agent 🧮")
10
 
11
  # 2. Secret Retrieval
12
  api_key = os.getenv("GROQ_API_KEY")
 
6
 
7
  # 1. Page Configuration
8
  st.set_page_config(page_title="AI Math Agent", page_icon="🧮")
9
+ st.markdown("<h1 style='text-align: center;'>AI Math Agent 🧮</h1>", unsafe_allow_html=True)
10
 
11
  # 2. Secret Retrieval
12
  api_key = os.getenv("GROQ_API_KEY")