ndurner commited on
Commit
799053e
·
1 Parent(s): f481211

add import

Browse files
Files changed (1) hide show
  1. 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: