Spaces:
Running
Running
debug
Browse files- 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:
|