Skip to content

Commit

Permalink
Update royal_game_6_1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Hutchinson committed Jun 25, 2023
1 parent 79f3d11 commit f4c85df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion royal_game_6_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def count_tokens(chain, query):
# original code - don't delete
with response_container:
for speaker, msg in st.session_state['conversation']:
message(msg, is_user=(speaker == 'User'))
message(msg, is_user=(speaker == 'User'), avatar_style = "adventurer")



Expand Down

0 comments on commit f4c85df

Please sign in to comment.