thisisdev commited on
Commit
8147ec1
·
verified ·
1 Parent(s): 4b9ef91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def analyze_conditions(city: str, state: str, country: str, medical_condition: s
173
  def create_demo() -> gr.Blocks:
174
  """Create and configure the gradio interface"""
175
 
176
- with gr.Blocks(title = "AQL Analysis and Recommendation Agent") as Demo:
177
  gr.Markdown(
178
  """
179
  AQI Analysis Agent
 
173
  def create_demo() -> gr.Blocks:
174
  """Create and configure the gradio interface"""
175
 
176
+ with gr.Blocks(title = "AQL Analysis and Recommendation Agent") as demo:
177
  gr.Markdown(
178
  """
179
  AQI Analysis Agent