Spaces:
Running
Running
salomonsky
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def get_prompts():
|
|
91 |
return {file.stem.replace("prompt_", ""): file for file in prompt_files}
|
92 |
|
93 |
def main():
|
94 |
-
name, authentication_status, username = authenticator.login("Login", "
|
95 |
|
96 |
if authentication_status:
|
97 |
st.title("Generador de Imágenes FLUX")
|
|
|
91 |
return {file.stem.replace("prompt_", ""): file for file in prompt_files}
|
92 |
|
93 |
def main():
|
94 |
+
name, authentication_status, username = authenticator.login("Login", "sidebar")
|
95 |
|
96 |
if authentication_status:
|
97 |
st.title("Generador de Imágenes FLUX")
|