ankban commited on
Commit
e64527d
·
verified ·
1 Parent(s): 030e345

Update file_utils.py

Browse files
Files changed (1) hide show
  1. file_utils.py +2 -3
file_utils.py CHANGED
@@ -1,7 +1,6 @@
1
  import gradio as gr
2
- from file_module import file_dashboard as file_viewer_dashboard
3
- from file_module import file_study_guide_dashboard
4
-
5
 
6
  def file_based_learning_router():
7
  with gr.Column(scale=4, elem_id="main-column") as router:
 
1
  import gradio as gr
2
+ from file_viewer_panel import file_viewer_dashboard
3
+ from file_study_guide_panel import file_study_guide_dashboard
 
4
 
5
  def file_based_learning_router():
6
  with gr.Column(scale=4, elem_id="main-column") as router: