Update app.py
Browse files
app.py
CHANGED
@@ -152,17 +152,17 @@ with gr.Blocks(css="""
|
|
152 |
gr.Markdown("# 🏥 Text-to-SQL Healthcare Data Analyst Agent", elem_classes="header")
|
153 |
|
154 |
gr.Markdown("""
|
155 |
-
# Analyze data from the U.S. Center of Medicare and Medicaid
|
156 |
|
157 |
-
## Demonstrate how to use AI for data analysis and visualization in an isolated sandbox
|
158 |
|
159 |
-
## Use SQL directly in the browser to answer complex business questions starting with plain English.
|
160 |
|
161 |
# Instructions
|
162 |
|
163 |
# 1. **Describe the data you want**: e.g., `Show total days of care by zip`
|
164 |
-
# 2. **Use Example Queries**: Click on any example query button below to execute
|
165 |
-
# 3. **Generate SQL**: Or, enter your own query and click "Generate SQL"
|
166 |
""", elem_classes="instructions")
|
167 |
|
168 |
with gr.Row():
|
|
|
152 |
gr.Markdown("# 🏥 Text-to-SQL Healthcare Data Analyst Agent", elem_classes="header")
|
153 |
|
154 |
gr.Markdown("""
|
155 |
+
# Analyze data from the U.S. Center of Medicare and Medicaid
|
156 |
|
157 |
+
## Demonstrate how to use AI for data analysis and visualization in an isolated sandbox
|
158 |
|
159 |
+
## Use SQL directly in the browser to answer complex business questions starting with plain English.
|
160 |
|
161 |
# Instructions
|
162 |
|
163 |
# 1. **Describe the data you want**: e.g., `Show total days of care by zip`
|
164 |
+
# 2. **Use Example Queries**: Click on any example query button below to execute
|
165 |
+
# 3. **Generate SQL**: Or, enter your own query and click "Generate SQL"
|
166 |
""", elem_classes="instructions")
|
167 |
|
168 |
with gr.Row():
|