salomonsky commited on
Commit
283d760
·
verified ·
1 Parent(s): 26c06f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def get_storage():
53
  return [str(file.resolve()) for file in files], f"Uso total: {usage/(1024.0 ** 3):.3f}GB"
54
 
55
  async def main():
56
- name, authentication_status, username = authenticator.login("Login", "sidebar")
57
  if authentication_status:
58
  st.success(f"Bienvenido {name}")
59
  st.title("Generador de Imágenes FLUX")
 
53
  return [str(file.resolve()) for file in files], f"Uso total: {usage/(1024.0 ** 3):.3f}GB"
54
 
55
  async def main():
56
+ name, authentication_status, username = authenticator.login("Login", location="main")
57
  if authentication_status:
58
  st.success(f"Bienvenido {name}")
59
  st.title("Generador de Imágenes FLUX")