wasmdashai commited on
Commit
469a526
·
verified ·
1 Parent(s): a3d3e6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -320,7 +320,7 @@ class DataViewerApp:
320
  token_login = gr.Textbox(label="token")
321
 
322
  login_button = gr.Button("Login")
323
- with gr.Column(scale=1, visible=True) as main_panel:
324
  with gr.Row(equal_height=False):
325
  with gr.Tabs():
326
  with gr.TabItem("Processing Data "):
 
320
  token_login = gr.Textbox(label="token")
321
 
322
  login_button = gr.Button("Login")
323
+ with gr.Column(scale=1, visible=False) as main_panel:
324
  with gr.Row(equal_height=False):
325
  with gr.Tabs():
326
  with gr.TabItem("Processing Data "):