abby101 commited on
Commit
4270bfd
1 Parent(s): 1e81561

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: surveyor-0
3
- app_file: scripts/run_db_interface.py
4
  sdk: gradio
5
  sdk_version: 4.40.0
6
  ---
@@ -77,7 +77,7 @@ sqlite3 databases/<table_name>
77
 
78
  ### Launch a Gradio interface for SQL query search over the created databases
79
  ```
80
- gradio scripts/run_db_interface.py
81
  ```
82
  The interface shows all the created databases in the `data/databases` directory which can be loaded and queried.
83
 
 
1
  ---
2
  title: surveyor-0
3
+ app_file: app.py
4
  sdk: gradio
5
  sdk_version: 4.40.0
6
  ---
 
77
 
78
  ### Launch a Gradio interface for SQL query search over the created databases
79
  ```
80
+ python app.py
81
  ```
82
  The interface shows all the created databases in the `data/databases` directory which can be loaded and queried.
83