Spaces:
Sleeping
Sleeping
Update streamlit_app.py
Browse files- streamlit_app.py +2 -2
streamlit_app.py
CHANGED
|
@@ -44,8 +44,8 @@ st.set_page_config(
|
|
| 44 |
|
| 45 |
st.markdown(
|
| 46 |
f"""
|
| 47 |
-
<h1 style="display:flex; align-items:center; gap:12px;">
|
| 48 |
-
<img src="{AGILE_ICON_URL}" width="
|
| 49 |
Agentic RAG for Agile Task Management
|
| 50 |
</h1>
|
| 51 |
""",
|
|
|
|
| 44 |
|
| 45 |
st.markdown(
|
| 46 |
f"""
|
| 47 |
+
<h1 style="display:flex; align-items:center; gap:12px; font-size:32px;">
|
| 48 |
+
<img src="{AGILE_ICON_URL}" width="120">
|
| 49 |
Agentic RAG for Agile Task Management
|
| 50 |
</h1>
|
| 51 |
""",
|