Spaces:
Sleeping
Sleeping
Commit ·
195e16e
1
Parent(s): 85b400f
refactor: remove unused imports and delete empty files
Browse files- app.py +1 -2
- name_mapping.json +0 -0
- ui/handler.py +0 -1
app.py
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
from httpx import get
|
| 3 |
|
| 4 |
-
from solver import get_results
|
| 5 |
from ui.components import (
|
| 6 |
get_blooms_acquisition_rate,
|
| 7 |
get_budget,
|
|
|
|
| 1 |
import gradio as gr
|
|
|
|
| 2 |
|
| 3 |
+
from solver import get_results
|
| 4 |
from ui.components import (
|
| 5 |
get_blooms_acquisition_rate,
|
| 6 |
get_budget,
|
name_mapping.json
DELETED
|
File without changes
|
ui/handler.py
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
import gradio as gr
|
|
|
|
|
|