Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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 "):
|