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 9681d5b commit 859e1b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions royal_game_6_experimental_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,9 +778,9 @@ def count_tokens(chain, query):
else:
st.write("Please input /start to begin the chat.")

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

#with response_container:
#with response_container:
Expand Down

0 comments on commit 859e1b0

Please sign in to comment.