Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- 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
|