Man0707 commited on
Commit
76e525c
·
verified ·
1 Parent(s): 5429e32

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -76,7 +76,7 @@ def generate_airbnb_data(n_samples=10000):
76
 
77
  df = generate_airbnb_data()
78
 
79
- st.markdown("<h2>Codeluxe</h2>", unsafe_allow_html=True)
80
  st.markdown("<h1>NYC StayWise</h1>", unsafe_allow_html=True)
81
  st.markdown("<p style='text-align:center;font-size:1.8rem;color:#88ddff;'>Find the perfect price for your NYC Airbnb</p>", unsafe_allow_html=True)
82
 
 
76
 
77
  df = generate_airbnb_data()
78
 
79
+ st.markdown("<h1>Codeluxe</h1>", unsafe_allow_html=True)
80
  st.markdown("<h1>NYC StayWise</h1>", unsafe_allow_html=True)
81
  st.markdown("<p style='text-align:center;font-size:1.8rem;color:#88ddff;'>Find the perfect price for your NYC Airbnb</p>", unsafe_allow_html=True)
82