Elfsong commited on
Commit
6e3adae
·
1 Parent(s): c3bf117
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -92,6 +92,9 @@ if st.session_state.stage == "initialization":
92
  st.session_state.stage = "storytelling"
93
  st.rerun()
94
 
 
 
 
95
  # Storytelling
96
  if st.session_state.stage == "storytelling":
97
  st.write("## Storytelling")
 
92
  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":
100
  st.write("## Storytelling")