salomonsky commited on
Commit
227bbda
·
verified ·
1 Parent(s): 8e46299

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "main")
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")