Spaces:
Runtime error
Runtime error
added theme configuration file
Browse files
app.py
CHANGED
@@ -27,7 +27,8 @@ import shutil
|
|
27 |
|
28 |
# os.mkdir("~/.streamlit/")
|
29 |
# shutil.copy("./config.toml","~/.streamlit/config.toml")
|
30 |
-
res=os.getcwd()
|
|
|
31 |
st.markdown('#### Current path is: <span style="color:blue">{}</span>'.format(
|
32 |
res), unsafe_allow_html=True)
|
33 |
|
|
|
27 |
|
28 |
# os.mkdir("~/.streamlit/")
|
29 |
# shutil.copy("./config.toml","~/.streamlit/config.toml")
|
30 |
+
# res=os.getcwd()
|
31 |
+
res=os.listdir("/home/user/")
|
32 |
st.markdown('#### Current path is: <span style="color:blue">{}</span>'.format(
|
33 |
res), unsafe_allow_html=True)
|
34 |
|