Spaces:
Runtime error
Runtime error
added theme configuration file
Browse files
app.py
CHANGED
@@ -25,6 +25,7 @@ import numpy as np
|
|
25 |
import timeit
|
26 |
import shutil
|
27 |
|
|
|
28 |
shutil.copy("./config.toml","~/.streamlit/config.toml")
|
29 |
|
30 |
|
|
|
25 |
import timeit
|
26 |
import shutil
|
27 |
|
28 |
+
os.mkdir("~/.streamlit/")
|
29 |
shutil.copy("./config.toml","~/.streamlit/config.toml")
|
30 |
|
31 |
|