Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -1
src/streamlit_app.py
CHANGED
@@ -75,7 +75,6 @@ st.markdown('Upload molecular structure files or select from predefined examples
|
|
75 |
|
76 |
# Create a directory for sample structures if it doesn't exist
|
77 |
SAMPLE_DIR = "sample_structures"
|
78 |
-
st.write(os.getcwd())
|
79 |
os.makedirs(SAMPLE_DIR, exist_ok=True)
|
80 |
|
81 |
# Dictionary of sample structures
|
|
|
75 |
|
76 |
# Create a directory for sample structures if it doesn't exist
|
77 |
SAMPLE_DIR = "sample_structures"
|
|
|
78 |
os.makedirs(SAMPLE_DIR, exist_ok=True)
|
79 |
|
80 |
# Dictionary of sample structures
|