parass13 commited on
Commit
56f2e27
·
verified ·
1 Parent(s): e067126

Update dashboard.py

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