Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: surveyor-0
|
3 |
-
app_file:
|
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 |
-
|
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 |
|