Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
|
@@ -8,7 +8,7 @@ import re
|
|
| 8 |
|
| 9 |
# Page configuration - MUST be first Streamlit command
|
| 10 |
st.set_page_config(
|
| 11 |
-
page_title="Gen AI
|
| 12 |
layout="wide",
|
| 13 |
page_icon="🧪"
|
| 14 |
)
|
|
@@ -220,7 +220,7 @@ Style: Photorealistic, magazine-quality food photography that would be used in h
|
|
| 220 |
return None, None
|
| 221 |
|
| 222 |
# Main UI
|
| 223 |
-
st.title("
|
| 224 |
st.markdown("Transforms your text menu into beautiful visual menu with food photos and nutritional Information!")
|
| 225 |
|
| 226 |
if client:
|
|
|
|
| 8 |
|
| 9 |
# Page configuration - MUST be first Streamlit command
|
| 10 |
st.set_page_config(
|
| 11 |
+
page_title="Gen AI - Menu Visual Generator",
|
| 12 |
layout="wide",
|
| 13 |
page_icon="🧪"
|
| 14 |
)
|
|
|
|
| 220 |
return None, None
|
| 221 |
|
| 222 |
# Main UI
|
| 223 |
+
st.title("GenAI - Menu Visual Generator")
|
| 224 |
st.markdown("Transforms your text menu into beautiful visual menu with food photos and nutritional Information!")
|
| 225 |
|
| 226 |
if client:
|