parass13 commited on
Commit
8cf7900
·
verified ·
1 Parent(s): 63b376d

Update dashboard.py

Browse files
Files changed (1) hide show
  1. 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=DETECT_TAB_NAME),
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: