cd14 commited on
Commit
58af8b6
·
1 Parent(s): 3cea9a0

added theme configuration file

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -25,9 +25,11 @@ import numpy as np
25
  import timeit
26
  import shutil
27
 
28
- os.mkdir("~/.streamlit/")
29
- shutil.copy("./config.toml","~/.streamlit/config.toml")
30
-
 
 
31
 
32
  def table_data():
33
  # creating table data
 
25
  import timeit
26
  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
 
34
  def table_data():
35
  # creating table data