Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -1
src/streamlit_app.py
CHANGED
|
@@ -54,8 +54,9 @@ df = load_wine_data()
|
|
| 54 |
# -------------------------- Hero Section --------------------------
|
| 55 |
col1, col2, col3 = st.columns([1,3,1])
|
| 56 |
with col2:
|
| 57 |
-
|
| 58 |
st.markdown("<h1 style='text-align:center;'>Wine Quality Master</h1>", unsafe_allow_html=True)
|
|
|
|
| 59 |
st.markdown("<p style='text-align:center; font-size:1.4rem; opacity:0.9;'>Red or White – Will it be divine... or declined?</p>", unsafe_allow_html=True)
|
| 60 |
|
| 61 |
st.markdown("---")
|
|
|
|
| 54 |
# -------------------------- Hero Section --------------------------
|
| 55 |
col1, col2, col3 = st.columns([1,3,1])
|
| 56 |
with col2:
|
| 57 |
+
|
| 58 |
st.markdown("<h1 style='text-align:center;'>Wine Quality Master</h1>", unsafe_allow_html=True)
|
| 59 |
+
st.markdown("<h2 style='text-align:center;'>VinoVerdict</h2>", unsafe_allow_html=True)
|
| 60 |
st.markdown("<p style='text-align:center; font-size:1.4rem; opacity:0.9;'>Red or White – Will it be divine... or declined?</p>", unsafe_allow_html=True)
|
| 61 |
|
| 62 |
st.markdown("---")
|