Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -84,8 +84,8 @@ with col1:
|
|
84 |
language = st.selectbox("Select Language:", ["English", "Spanish"])
|
85 |
mood = st.selectbox("Select Mood:", ["emotional", "sad", "happy", "horror", "comedy", "romantic"])
|
86 |
|
87 |
-
|
88 |
-
|
89 |
|
90 |
# Display uploaded image
|
91 |
if uploaded_file is not None:
|
|
|
84 |
language = st.selectbox("Select Language:", ["English", "Spanish"])
|
85 |
mood = st.selectbox("Select Mood:", ["emotional", "sad", "happy", "horror", "comedy", "romantic"])
|
86 |
|
87 |
+
# Generate button (fuera del desplegable)
|
88 |
+
submit = st.button("Generate")
|
89 |
|
90 |
# Display uploaded image
|
91 |
if uploaded_file is not None:
|