Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def main_app():
|
|
| 41 |
spoken_dashboard(nickname)
|
| 42 |
|
| 43 |
with gr.Column(visible=False, elem_id="module-wrapper") as written_panel:
|
| 44 |
-
written_dashboard()
|
| 45 |
|
| 46 |
file_router, switch_view, study_panel, file_panel = file_based_learning_router(nickname)
|
| 47 |
|
|
|
|
| 41 |
spoken_dashboard(nickname)
|
| 42 |
|
| 43 |
with gr.Column(visible=False, elem_id="module-wrapper") as written_panel:
|
| 44 |
+
written_dashboard(nickname)
|
| 45 |
|
| 46 |
file_router, switch_view, study_panel, file_panel = file_based_learning_router(nickname)
|
| 47 |
|