Skip to content

Commit

Permalink
Update royal_game_6_experimental_layout.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Hutchinson committed Jun 22, 2023
1 parent 665bca0 commit 55598b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions royal_game_6_experimental_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,8 @@ def count_tokens(chain, query):

with response_container:
if st.session_state['conversation']:
for speaker, message in st.session_state['conversation']:
message(message, is_user=(speaker == 'User'))
for speaker, msg in st.session_state['conversation']:
message(msg, is_user=(speaker == 'User'))

#with response_container:
#with response_container:
Expand Down

0 comments on commit 55598b1

Please sign in to comment.