Spaces:
Sleeping
Sleeping
Update
Browse files
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":
|