vidulpanickan commited on
Commit
910ce57
·
verified ·
1 Parent(s): a58baac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ demo = gr.Interface(
148
  placeholder="CREATE TABLE patients (...)",
149
  ),
150
  ],
151
- outputs=gr.Textbox(label="Generated SQL", show_copy_button=True),
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",