Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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")
|