Skip to content

Commit

Permalink
✨compoenent ready-to-deploy #1
Browse files Browse the repository at this point in the history
  • Loading branch information
AvratanuBiswas committed May 23, 2022
1 parent 7e11e19 commit 0e60c22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 68 deletions.
4 changes: 2 additions & 2 deletions test.py → app-main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import streamlit as st
import glob
from speckmol.funx import spec_plot
from st_speckmol import spec_plot

# Example files path
ex_files = glob.glob("examples/*.xyz")
Expand All @@ -9,4 +9,4 @@
f = open(example_xyz,"r")
example_xyz = f.read()

res = spec_plot(example_xyz)
res = spec_plot(example_xyz)
64 changes: 0 additions & 64 deletions app.py

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="st_speckmol",
version="0.0.1",
version="0.0.3",
author="Avratanu Biswas",
author_email="[email protected]",
description="Streamlit component for for Speck molecule visualization.",
Expand All @@ -13,5 +13,5 @@
include_package_data=True,
classifiers=[],
python_requires=">=3.6",
install_requires=["streamlit >= 0.63", "ipyspeck==0.6.0", "ipywidgets==7.7.0"],
install_requires=["streamlit >= 0.63", "ipyspeck==0.6.1", "ipywidgets==7.6.3"],
)

0 comments on commit 0e60c22

Please sign in to comment.