Elfsong commited on
Commit
973277c
·
1 Parent(s): 6e3adae
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ if st.session_state.stage == "initialization":
93
  st.rerun()
94
 
95
  # Context
96
- st.write(f"You are a {st.session_state.human_player_role} in this round.")
97
 
98
  # Storytelling
99
  if st.session_state.stage == "storytelling":
 
93
  st.rerun()
94
 
95
  # Context
96
+ st.write(f"You are a *{st.session_state.human_player_role}* in this round.")
97
 
98
  # Storytelling
99
  if st.session_state.stage == "storytelling":