Skip to content

Commit

Permalink
♻️ updated folder name to xyz_mol_examples #1
Browse files Browse the repository at this point in the history
  • Loading branch information
AvratanuBiswas committed May 24, 2022
1 parent d4d6f04 commit ab07418
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from st_speckmol import spec_plot

# Example files path
ex_files = glob.glob("examples/*.xyz")
ex_files = glob.glob("xyz_mol_examples/*.xyz")
with st.sidebar:
example_xyz = st.selectbox("Select a molecule",ex_files)
f = open(example_xyz,"r")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ab07418

Please sign in to comment.