Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
|
@@ -5,7 +5,7 @@ from datetime import datetime
|
|
| 5 |
|
| 6 |
# Page configuration - MUST be first Streamlit command
|
| 7 |
st.set_page_config(
|
| 8 |
-
page_title="Gen AI
|
| 9 |
layout="centered",
|
| 10 |
page_icon="🧪"
|
| 11 |
)
|
|
@@ -155,7 +155,7 @@ def generate_product_design(description, style, background, size, quality, trans
|
|
| 155 |
st.info("💡 Try simplifying your description or reducing the quality setting.")
|
| 156 |
|
| 157 |
#Main UI
|
| 158 |
-
st.title("
|
| 159 |
st.markdown("Transform your product ideas into stunning visual prototypes using GPT Image!")
|
| 160 |
|
| 161 |
# Only show main interface if API key is provided
|
|
|
|
| 5 |
|
| 6 |
# Page configuration - MUST be first Streamlit command
|
| 7 |
st.set_page_config(
|
| 8 |
+
page_title="Gen AI - Product Design Generator",
|
| 9 |
layout="centered",
|
| 10 |
page_icon="🧪"
|
| 11 |
)
|
|
|
|
| 155 |
st.info("💡 Try simplifying your description or reducing the quality setting.")
|
| 156 |
|
| 157 |
#Main UI
|
| 158 |
+
st.title("Gen AI - Product Design Prototype Generator")
|
| 159 |
st.markdown("Transform your product ideas into stunning visual prototypes using GPT Image!")
|
| 160 |
|
| 161 |
# Only show main interface if API key is provided
|