Sa-m commited on
Commit
8c84a75
·
verified ·
1 Parent(s): 19da452

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -755,11 +755,11 @@ def login(email, password):
755
  )
756
 
757
  def signup(email, password, username):
758
- if not FIREBASE_AVAILABLE:
759
  return (
760
- "Firebase not initialized. Signup unavailable.",
761
- gr.update(visible=True), gr.update(visible=False), gr.update(visible=False),
762
- gr.update(visible=False), "", "", "", "", ""
763
  )
764
  if not email or not password or not username:
765
  return (
 
755
  )
756
 
757
  def signup(email, password, username):
758
+ if not FIREBASE_AVAILABLE:
759
  return (
760
+ "Firebase not initialized. Signup unavailable.",
761
+ gr.update(visible=True), gr.update(visible=False), gr.update(visible=False),
762
+ gr.update(visible=False), "", "", "", "", ""
763
  )
764
  if not email or not password or not username:
765
  return (