Spaces:
Paused
Paused
Update app.py
Browse files
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()
|