Update file_dashboard.py
Browse files- 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=
|
| 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:
|