ManasSharma07 commited on
Commit
ef970b1
·
verified ·
1 Parent(s): 29e4a58

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -0
src/streamlit_app.py CHANGED
@@ -70,6 +70,7 @@ st.markdown('Upload molecular structure files or select from predefined examples
70
 
71
  # Create a directory for sample structures if it doesn't exist
72
  SAMPLE_DIR = "sample_structures"
 
73
  os.makedirs(SAMPLE_DIR, exist_ok=True)
74
 
75
  # Dictionary of sample structures
 
70
 
71
  # Create a directory for sample structures if it doesn't exist
72
  SAMPLE_DIR = "sample_structures"
73
+ st.write(os.getcwd())
74
  os.makedirs(SAMPLE_DIR, exist_ok=True)
75
 
76
  # Dictionary of sample structures