Razieh87 commited on
Commit
75f4e2b
·
verified ·
1 Parent(s): b6ab82f

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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="170">
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
  """,