-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update prompt image resizing and improve example app
- Loading branch information
Showing
4 changed files
with
113 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,17 +7,17 @@ | |
|
||
setuptools.setup( | ||
name="streamlit-chat-prompt", | ||
version="0.1.7", | ||
version="0.2.0", | ||
author="Tyler House", | ||
author_email="[email protected]", | ||
description="Streamlit component that allows you to create a chat prompt with paste and image attachment support", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/tahouse/streamlit-chat-prompt", | ||
project_urls={ | ||
"Documentation": "https://github.com/tahouse/streamlit-chat-prompt/blob/main/README.md", | ||
"Issue Tracker": "https://github.com/tahouse/streamlit-chat-prompt/issues", | ||
}, | ||
project_urls={ | ||
"Documentation": "https://github.com/tahouse/streamlit-chat-prompt/blob/main/README.md", | ||
"Issue Tracker": "https://github.com/tahouse/streamlit-chat-prompt/issues", | ||
}, | ||
packages=setuptools.find_packages(), | ||
include_package_data=True, | ||
license="Apache-2.0", | ||
|
@@ -31,7 +31,7 @@ | |
"Intended Audience :: Developers", | ||
"Topic :: Desktop Environment", | ||
"Topic :: Multimedia :: Graphics", | ||
"Topic :: Software Development :: User Interfaces" | ||
"Topic :: Software Development :: User Interfaces", | ||
], | ||
python_requires=">=3.7", | ||
install_requires=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters