DexterSptizu
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def main():
|
|
112 |
st.markdown("</div>", unsafe_allow_html=True)
|
113 |
|
114 |
# Main Content
|
115 |
-
st.markdown('<h1 class="title-text">π
|
116 |
|
117 |
# Image Upload Section
|
118 |
col1, col2, col3 = st.columns([1, 2, 1])
|
|
|
112 |
st.markdown("</div>", unsafe_allow_html=True)
|
113 |
|
114 |
# Main Content
|
115 |
+
st.markdown('<h1 class="title-text">π AI Receipe Generator</h1>', unsafe_allow_html=True)
|
116 |
|
117 |
# Image Upload Section
|
118 |
col1, col2, col3 = st.columns([1, 2, 1])
|