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 26, 2023
1 parent f4c85df commit 4a8aa42
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'), avatar_style = "adventurer")
message(msg, is_user=(speaker == 'User')) # add 'avatar_style = "adventurer")' for avatar style choice



Expand Down

0 comments on commit 4a8aa42

Please sign in to comment.