Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,6 +83,7 @@ def get_gemini_response(target_audience, product, text_type, length, mood, model
|
|
83 |
st.set_page_config(page_title="VisionTales", layout="wide")
|
84 |
st.title("VisionTales: Crea historias inolvidables con IA")
|
85 |
|
|
|
86 |
with st.sidebar:
|
87 |
st.header("Personaliza tu texto")
|
88 |
target_audience = st.text_input("¿Quién es tu público objetivo?")
|
|
|
83 |
st.set_page_config(page_title="VisionTales", layout="wide")
|
84 |
st.title("VisionTales: Crea historias inolvidables con IA")
|
85 |
|
86 |
+
# Barra lateral para personalizar el texto
|
87 |
with st.sidebar:
|
88 |
st.header("Personaliza tu texto")
|
89 |
target_audience = st.text_input("¿Quién es tu público objetivo?")
|