Spaces:
Sleeping
Sleeping
Mustehson commited on
Commit ·
b2bfa4a
1
Parent(s): c47b150
Changed Title
Browse files
app.py
CHANGED
|
@@ -281,9 +281,9 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="purple", secondary_hue="indigo"
|
|
| 281 |
|
| 282 |
gr.Markdown("""
|
| 283 |
<div style='text-align: center;'>
|
| 284 |
-
<strong style='font-size: 36px;'>
|
| 285 |
<br>
|
| 286 |
-
<span style='font-size: 20px;'>
|
| 287 |
</div>
|
| 288 |
""")
|
| 289 |
|
|
|
|
| 281 |
|
| 282 |
gr.Markdown("""
|
| 283 |
<div style='text-align: center;'>
|
| 284 |
+
<strong style='font-size: 36px;'>DataViz Agent</strong>
|
| 285 |
<br>
|
| 286 |
+
<span style='font-size: 20px;'>Visualize SQL queries based on a given text for the dataset.</span>
|
| 287 |
</div>
|
| 288 |
""")
|
| 289 |
|
logo.png
ADDED
|