Skip to content

Commit

Permalink
Updated Streamlit version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nishijima13 committed Nov 4, 2023
1 parent 7cd69f6 commit b909db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
streamlit==1.24.1
streamlit==1.28.1
streamlit-authenticator==0.2.2
streamlit-autorefresh==1.0.1
extra-streamlit-components==0.1.56
Expand Down
2 changes: 1 addition & 1 deletion src/other_pages/06_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
and st.session_state[const.SESSION_INFO_AUTH_STATUS]
):
messages = []
# Get persona
# Check if chatbot is enabled
tmp_use_chatbot = db.get_openai_settings_use_character()
if tmp_use_chatbot == 1:
persona = db.get_character_persona()[0]
Expand Down

0 comments on commit b909db2

Please sign in to comment.