Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ with gr.Blocks() as demo:
|
|
150 |
btn_generate_sql.click(fn=generate_sql, inputs=query, outputs=sql_query_out)
|
151 |
btn_execute_query.click(fn=execute_sql_query, inputs=sql_query_out, outputs=[results_out, error_out])
|
152 |
|
153 |
-
|
154 |
# Parquet SQL Query and Plotting App
|
155 |
|
156 |
**Query and visualize data** in `sample_contract_df.parquet`
|
|
|
150 |
btn_generate_sql.click(fn=generate_sql, inputs=query, outputs=sql_query_out)
|
151 |
btn_execute_query.click(fn=execute_sql_query, inputs=sql_query_out, outputs=[results_out, error_out])
|
152 |
|
153 |
+
gr.Markdown("""
|
154 |
# Parquet SQL Query and Plotting App
|
155 |
|
156 |
**Query and visualize data** in `sample_contract_df.parquet`
|