ankban commited on
Commit
43178ab
·
verified ·
1 Parent(s): 0f95080

Update file_dashboard.py

Browse files
Files changed (1) hide show
  1. file_dashboard.py +1 -1
file_dashboard.py CHANGED
@@ -6,7 +6,7 @@ def file_based_learning_router(nickname):
6
  with gr.Column(scale=4, elem_id="main-column") as router:
7
  view_state = gr.State("study")
8
 
9
- study_panel = gr.Column(visible=True)
10
  viewer_panel = gr.Column(visible=False)
11
 
12
  with study_panel:
 
6
  with gr.Column(scale=4, elem_id="main-column") as router:
7
  view_state = gr.State("study")
8
 
9
+ study_panel = gr.Column(visible=False)
10
  viewer_panel = gr.Column(visible=False)
11
 
12
  with study_panel: