Update app.py
Browse files
app.py
CHANGED
@@ -125,16 +125,11 @@ with gr.Blocks( theme=gr.themes.Default(), css="""
|
|
125 |
""") as demo:
|
126 |
gr.Markdown(
|
127 |
f"""
|
128 |
-
# ⚡ Ibiza
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
Powered by Ibis it support : PostgreSQL , SQLite , MySQL , MSSQL , ClickHouse , BigQuery and many other
|
133 |
|
134 |
-
|
135 |
-
Also support .CSV and .parquet files
|
136 |
-
|
137 |
-
For security reason is better if you use the mcp server in local
|
138 |
|
139 |
""",
|
140 |
elem_classes=["header"]
|
|
|
125 |
""") as demo:
|
126 |
gr.Markdown(
|
127 |
f"""
|
128 |
+
# ⚡ Ibiza Server
|
129 |
+
Chat with your data
|
130 |
+
Connect to PostgreSQL, MySQL, SQLite, Snowflake, BigQuery, and more — powered by Ibis, with support for CSV and Parquet too
|
|
|
|
|
131 |
|
132 |
+
|
|
|
|
|
|
|
133 |
|
134 |
""",
|
135 |
elem_classes=["header"]
|