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