acecalisto3 commited on
Commit
83ac9c2
·
verified ·
1 Parent(s): 3e69abb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1461,6 +1461,7 @@ if __name__ == "__main__":
1461
  with gr.Column():
1462
  db_input = gr.File(label="Upload SQLite DB File")
1463
  query_input = gr.Textbox(label="SQL Query", placeholder="SELECT * FROM table_name;")
 
1464
  }
1465
 
1466
  def save_template(self, name: str, template: Template) -> bool:
 
1461
  with gr.Column():
1462
  db_input = gr.File(label="Upload SQLite DB File")
1463
  query_input = gr.Textbox(label="SQL Query", placeholder="SELECT * FROM table_name;")
1464
+ )
1465
  }
1466
 
1467
  def save_template(self, name: str, template: Template) -> bool: