Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,34 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
Hugging Face's logo Hugging Face
|
| 3 |
-
|
| 4 |
-
Models
|
| 5 |
-
Datasets
|
| 6 |
-
Spaces
|
| 7 |
-
Docs
|
| 8 |
-
Pricing
|
| 9 |
-
|
| 10 |
-
Spaces:
|
| 11 |
-
cstr
|
| 12 |
-
/
|
| 13 |
-
conceptnet_normalized
|
| 14 |
-
App
|
| 15 |
-
Files
|
| 16 |
-
Community
|
| 17 |
-
Settings
|
| 18 |
-
conceptnet_normalized
|
| 19 |
-
/ app.py
|
| 20 |
-
cstr's picture
|
| 21 |
-
cstr
|
| 22 |
-
Update app.py
|
| 23 |
-
fefc16c
|
| 24 |
-
verified
|
| 25 |
-
3 minutes ago
|
| 26 |
-
raw
|
| 27 |
-
history
|
| 28 |
-
blame
|
| 29 |
-
edit
|
| 30 |
-
delete
|
| 31 |
-
23.4 kB
|
| 32 |
import gradio as gr
|
| 33 |
import sqlite3
|
| 34 |
import pandas as pd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import sqlite3
|
| 3 |
import pandas as pd
|