cd14 commited on
Commit
23b6237
·
1 Parent(s): 58af8b6

added theme configuration file

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