Spaces:
Sleeping
Sleeping
Update
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ if st.session_state.stage == "scoring":
|
|
| 160 |
for index, (card, image_col) in enumerate(zip(cards, image_col)):
|
| 161 |
with image_col:
|
| 162 |
st.image(str(card.image_path.resolve()), caption=f"Card {index}")
|
| 163 |
-
|
| 164 |
st.write("Voting")
|
| 165 |
image_col = st.columns(6)
|
| 166 |
for index, (card, image_col) in enumerate(zip(st.session_state.game.table_cards.values(), image_col)):
|
|
|
|
| 160 |
for index, (card, image_col) in enumerate(zip(cards, image_col)):
|
| 161 |
with image_col:
|
| 162 |
st.image(str(card.image_path.resolve()), caption=f"Card {index}")
|
| 163 |
+
|
| 164 |
st.write("Voting")
|
| 165 |
image_col = st.columns(6)
|
| 166 |
for index, (card, image_col) in enumerate(zip(st.session_state.game.table_cards.values(), image_col)):
|