m97j commited on
Commit
c915682
·
1 Parent(s): 94a29e2
Files changed (1) hide show
  1. modules/ui_components.py +1 -1
modules/ui_components.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from case_loader import get_case_names, load_case, run_case
3
 
4
  def build_ui():
5
  with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="purple")) as demo:
 
1
  import gradio as gr
2
+ from .case_loader import get_case_names, load_case, run_case
3
 
4
  def build_ui():
5
  with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="purple")) as demo: