Spaces:
Running
Running
salomonsky
commited on
Commit
•
cfcfa32
1
Parent(s):
afe217f
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ def upload_image_to_gallery():
|
|
161 |
save_prompt("uploaded by user")
|
162 |
st.sidebar.success(f"Imagen subida: {image_path}")
|
163 |
|
164 |
-
def main():
|
165 |
st.set_page_config(layout="wide")
|
166 |
|
167 |
if 'authenticated' not in st.session_state or not st.session_state['authenticated']:
|
|
|
161 |
save_prompt("uploaded by user")
|
162 |
st.sidebar.success(f"Imagen subida: {image_path}")
|
163 |
|
164 |
+
async def main():
|
165 |
st.set_page_config(layout="wide")
|
166 |
|
167 |
if 'authenticated' not in st.session_state or not st.session_state['authenticated']:
|