Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
|
@@ -175,7 +175,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="VerifiAI - Deepfake Detector") as
|
|
| 175 |
gr.update(visible=True),
|
| 176 |
gr.update(visible=False),
|
| 177 |
gr.update(selected=HOME_TAB_NAME),
|
| 178 |
-
gr.update(value="", visible=
|
| 179 |
)
|
| 180 |
|
| 181 |
def handle_login(email, password):
|
|
|
|
| 175 |
gr.update(visible=True),
|
| 176 |
gr.update(visible=False),
|
| 177 |
gr.update(selected=HOME_TAB_NAME),
|
| 178 |
+
gr.update(value="", visible=False)
|
| 179 |
)
|
| 180 |
|
| 181 |
def handle_login(email, password):
|