Spaces:
Running
Running
Update app.py
Browse files
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
|
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
|