Spaces:
Running
Running
Update dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
@@ -141,7 +141,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="VerifiAI - Deepfake Detector") as
|
|
141 |
return (
|
142 |
gr.update(visible=False),
|
143 |
gr.update(visible=True),
|
144 |
-
gr.update(selected=
|
145 |
gr.update(value="✅ Login successful!", visible=True)
|
146 |
)
|
147 |
else:
|
|
|
141 |
return (
|
142 |
gr.update(visible=False),
|
143 |
gr.update(visible=True),
|
144 |
+
gr.update(selected=GUIDE_TAB_NAME),
|
145 |
gr.update(value="✅ Login successful!", visible=True)
|
146 |
)
|
147 |
else:
|