Merge branch 'demo-tmp-memory' of https://github.com/pia-team/query_mcp_server into demo-tmp-memory
Browse files
app.py
CHANGED
|
@@ -122,6 +122,7 @@ with gr.Blocks(css=custom_css, theme=xtheme) as demo:
|
|
| 122 |
<p style='text-align: center'>Ask questions about your database, analyze and visualize data.</p>
|
| 123 |
<p style='text-align: center; color: #666; font-size: 0.9em; margin-top: -0.5rem'>Version: {}</p>
|
| 124 |
""".format(VERSION)
|
|
|
|
| 125 |
)
|
| 126 |
with gr.Row(elem_classes="container"):
|
| 127 |
with gr.Column(scale=3):
|
|
|
|
| 122 |
<p style='text-align: center'>Ask questions about your database, analyze and visualize data.</p>
|
| 123 |
<p style='text-align: center; color: #666; font-size: 0.9em; margin-top: -0.5rem'>Version: {}</p>
|
| 124 |
""".format(VERSION)
|
| 125 |
+
|
| 126 |
)
|
| 127 |
with gr.Row(elem_classes="container"):
|
| 128 |
with gr.Column(scale=3):
|