Spaces:
Sleeping
Sleeping
add import
Browse files- demo/app.py +1 -0
demo/app.py
CHANGED
|
@@ -6,6 +6,7 @@ import gradio as gr
|
|
| 6 |
|
| 7 |
import health
|
| 8 |
from layout import CELL_CSS, cell
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
def render_health_panel(gemini_api_key: str | None = None) -> str:
|
|
|
|
| 6 |
|
| 7 |
import health
|
| 8 |
from layout import CELL_CSS, cell
|
| 9 |
+
from setup_cell import render_setup_cell
|
| 10 |
|
| 11 |
|
| 12 |
def render_health_panel(gemini_api_key: str | None = None) -> str:
|