rocioadlc commited on
Commit
8302a11
Β·
verified Β·
1 Parent(s): d0e7459

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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('../..')