Parishri07 commited on
Commit
97430d2
·
verified ·
1 Parent(s): 000d0bb

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +6 -1
src/streamlit_app.py CHANGED
@@ -5,7 +5,12 @@ from utils.reducer import suggest_reduction
5
  st.set_page_config(page_title="GreenPrint AI 🌱", layout="centered")
6
 
7
  st.title("🌿 GreenPrint AI: Carbon Footprint Detector")
8
- st.markdown("Estimate your carbon footprint and get eco-friendly suggestions.")
 
 
 
 
 
9
 
10
  # User Input
11
  with st.form("activity_form"):
 
5
  st.set_page_config(page_title="GreenPrint AI 🌱", layout="centered")
6
 
7
  st.title("🌿 GreenPrint AI: Carbon Footprint Detector")
8
+ st.markdown("""
9
+ <h1 style='text-align: center; white-space: nowrap; overflow-x: auto; font-size: 2.2rem;'>
10
+ 🌿 GreenPrint AI: Carbon Footprint Detector
11
+ </h1>
12
+ """, unsafe_allow_html=True)
13
+
14
 
15
  # User Input
16
  with st.form("activity_form"):