Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
rocioadlc/test_3
rocioadlc
/
test_4
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rocioadlc
commited on
Feb 13, 2024
Commit
8302a11
Β·
verified
Β·
1 Parent(s):
d0e7459
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,7 +5,7 @@ import theme
5
6
7
theme = theme.Theme()
8
-
9
import os
10
import sys
11
sys.path.append('../..')
5
6
7
theme = theme.Theme()
8
+
import pydantic
9
import os
10
import sys
11
sys.path.append('../..')