Update src/streamlit_app.py
Browse files- 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("<
|
| 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 |
|