Adrian J W Thompson
commited on
Commit
·
e5baace
1
Parent(s):
953015d
added look and feel for app
Browse files
app.py
CHANGED
|
@@ -1,54 +1,3 @@
|
|
| 1 |
-
Hugging
|
| 2 |
-
Face
|
| 3 |
-
's logo
|
| 4 |
-
Hugging
|
| 5 |
-
Face
|
| 6 |
-
Search
|
| 7 |
-
models, datasets, users...
|
| 8 |
-
Models
|
| 9 |
-
Datasets
|
| 10 |
-
Spaces
|
| 11 |
-
Docs
|
| 12 |
-
Solutions
|
| 13 |
-
Pricing
|
| 14 |
-
|
| 15 |
-
Spaces:
|
| 16 |
-
|
| 17 |
-
thebotforge
|
| 18 |
-
/
|
| 19 |
-
chat - about - state - of - the - union
|
| 20 |
-
Copied
|
| 21 |
-
like
|
| 22 |
-
0
|
| 23 |
-
Open
|
| 24 |
-
logs
|
| 25 |
-
App
|
| 26 |
-
Files and versions
|
| 27 |
-
Community
|
| 28 |
-
Settings
|
| 29 |
-
chat - about - state - of - the - union
|
| 30 |
-
/
|
| 31 |
-
app.py
|
| 32 |
-
ajwthompson
|
| 33 |
-
's picture
|
| 34 |
-
ajwthompson
|
| 35 |
-
Update
|
| 36 |
-
app.py
|
| 37 |
-
54882
|
| 38 |
-
b5
|
| 39 |
-
about
|
| 40 |
-
16
|
| 41 |
-
hours
|
| 42 |
-
ago
|
| 43 |
-
raw
|
| 44 |
-
history
|
| 45 |
-
blame
|
| 46 |
-
edit
|
| 47 |
-
delete
|
| 48 |
-
No
|
| 49 |
-
virus
|
| 50 |
-
3.32
|
| 51 |
-
kB
|
| 52 |
import os
|
| 53 |
from typing import Optional, Tuple
|
| 54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import os
|
| 2 |
from typing import Optional, Tuple
|
| 3 |
|