Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def image_generator_page():
|
|
125 |
image = txt2img(prompt=prompt, style=image_style)
|
126 |
st.image(image)
|
127 |
else:
|
128 |
-
st.error("Please enter a prompt
|
129 |
|
130 |
# Function for the Home page
|
131 |
def home_page():
|
|
|
125 |
image = txt2img(prompt=prompt, style=image_style)
|
126 |
st.image(image)
|
127 |
else:
|
128 |
+
st.error("Please enter a prompt...")
|
129 |
|
130 |
# Function for the Home page
|
131 |
def home_page():
|