prograk commited on
Commit
974ba0d
·
verified ·
1 Parent(s): 71bf6ca

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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 Learniverse - Project 18: AI Menu Visual Generator",
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("Project 18: @GENAILearniverse - AI Menu Visual Generator")
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: