-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use st.status instead of st.expander; support output of langchain's A…
…gent
- Loading branch information
1 parent
c5a614c
commit c6f7657
Showing
7 changed files
with
386 additions
and
91 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ def readme(): | |
|
||
setuptools.setup( | ||
name='streamlit-chatbox', | ||
version='1.1.7', | ||
version='1.1.8', | ||
author='liunux', | ||
author_email='[email protected]', | ||
description='A chat box and some helpful tools used to build chatbot app with streamlit', | ||
|
@@ -21,7 +21,7 @@ def readme(): | |
classifiers=[], | ||
python_requires='>=3.8', | ||
install_requires=[ | ||
'streamlit>=1.24.0', | ||
'streamlit>=1.26.0', | ||
'simplejson', | ||
] | ||
) |
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 |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
"Video", | ||
"OutputElement", | ||
"FakeLLM", | ||
"FakeAgent", | ||
] | ||
|
||
|
||
|
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
Oops, something went wrong.