Update app.py
Browse files
app.py
CHANGED
@@ -127,8 +127,11 @@ with gr.Blocks( theme=gr.themes.Default(), css="""
|
|
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 |
""",
|
|
|
127 |
f"""
|
128 |
# ⚡ Ibiza Server
|
129 |
Chat with your data
|
130 |
+
|
131 |
Connect to PostgreSQL, MySQL, SQLite, Snowflake, BigQuery, and more — powered by Ibis, with support for CSV and Parquet too
|
132 |
|
133 |
+
Custom reranking services are running on Modal. It may take some time to start up the first time if the space hasn't been used before.
|
134 |
+
|
135 |
|
136 |
|
137 |
""",
|