Pijush2023 commited on
Commit
d00a860
·
verified ·
1 Parent(s): c756e2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1466,7 +1466,7 @@ def create_account(username, password):
1466
  if success:
1467
  return gr.update(visible=True, value=message), gr.update(visible(False), gr.update(visible=False))
1468
  else:
1469
- return gr.update(visible(True, value=message), gr.update(visible=False), gr.update(visible(False))
1470
 
1471
  with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
1472
  state = gr.State()
 
1466
  if success:
1467
  return gr.update(visible=True, value=message), gr.update(visible(False), gr.update(visible=False))
1468
  else:
1469
+ return gr.update(visible(True, value=message), gr.update(visible=False), gr.update(visible(False)))
1470
 
1471
  with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
1472
  state = gr.State()