Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ demo = gr.Interface(
|
|
| 148 |
placeholder="CREATE TABLE patients (...)",
|
| 149 |
),
|
| 150 |
],
|
| 151 |
-
outputs=gr.Textbox(label="Generated SQL"
|
| 152 |
title="TinyEHR Text-to-SQL",
|
| 153 |
description="Generate SQL queries for the TinyEHR dataset from natural language.",
|
| 154 |
flagging_mode="never",
|
|
|
|
| 148 |
placeholder="CREATE TABLE patients (...)",
|
| 149 |
),
|
| 150 |
],
|
| 151 |
+
outputs=gr.Textbox(label="Generated SQL"),
|
| 152 |
title="TinyEHR Text-to-SQL",
|
| 153 |
description="Generate SQL queries for the TinyEHR dataset from natural language.",
|
| 154 |
flagging_mode="never",
|