Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def login_auth(username, password):
|
|
9 |
return {login_row: gr.Row(visible=False), app_row: gr.Row(visible=True)}
|
10 |
else:
|
11 |
|
12 |
-
|
13 |
|
14 |
with gr.Blocks() as iface:
|
15 |
with gr.Row(visible=False) as app_row:
|
|
|
9 |
return {login_row: gr.Row(visible=False), app_row: gr.Row(visible=True)}
|
10 |
else:
|
11 |
|
12 |
+
return {login_row: gr.Row(visible=True), app_row: gr.Row(visible=False)}
|
13 |
|
14 |
with gr.Blocks() as iface:
|
15 |
with gr.Row(visible=False) as app_row:
|