Skip to content

Commit

Permalink
Merge pull request #9 from blackary/minimal-js
Browse files Browse the repository at this point in the history
Replace streamlit js with minimal version
  • Loading branch information
blackary authored Sep 12, 2022
2 parents 7071cee + ce368df commit bf4d1ec
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 83 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
streamlit>=1.2.0
streamlit-keyup>=0.1.5
streamlit-keyup>=0.1.9
jinja2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="streamlit-keyup",
version="0.1.8",
version="0.1.9",
author="Zachary Blackwood",
author_email="[email protected]",
description="Text input that renders on keyup",
Expand Down
112 changes: 31 additions & 81 deletions src/st_keyup/frontend/streamlit-component-lib.js

Large diffs are not rendered by default.

0 comments on commit bf4d1ec

Please sign in to comment.