Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def main_app():
|
|
| 33 |
with gr.Column(visible=False, elem_id="module-wrapper") as written_panel:
|
| 34 |
written_dashboard()
|
| 35 |
|
| 36 |
-
file_router, switch_view, study_panel, file_panel = file_based_learning_router()
|
| 37 |
|
| 38 |
# === Mode Visibility Switcher ===
|
| 39 |
def switch_mode(mode):
|
|
|
|
| 33 |
with gr.Column(visible=False, elem_id="module-wrapper") as written_panel:
|
| 34 |
written_dashboard()
|
| 35 |
|
| 36 |
+
file_router, switch_view, study_panel, file_panel = file_based_learning_router(nickname)
|
| 37 |
|
| 38 |
# === Mode Visibility Switcher ===
|
| 39 |
def switch_mode(mode):
|