Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/usr/bin/env python3
|
| 2 |
# -*- coding: utf-8 -*-
|
| 3 |
"""
|
| 4 |
-
HF Space app for browsing/searching a big SQLite corpus built by build_corpus_sqlite.py
|
| 5 |
|
| 6 |
Goal:
|
| 7 |
- SIMPLE UI: type -> search -> pick -> open
|
|
|
|
| 1 |
#!/usr/bin/env python3
|
| 2 |
# -*- coding: utf-8 -*-
|
| 3 |
"""
|
| 4 |
+
HF Space app for browsing/searching a big SQLite corpus built by build_corpus_sqlite.py
|
| 5 |
|
| 6 |
Goal:
|
| 7 |
- SIMPLE UI: type -> search -> pick -> open
|