Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ if st.session_state.dice_roll_history.shape[0] > 0:
|
|
68 |
st.dataframe(st.session_state.dice_roll_history)
|
69 |
|
70 |
|
71 |
-
st.write(
|
72 |
๐ Bread
|
73 |
๐ฅ Croissant
|
74 |
๐ฅ Baguette Bread
|
@@ -160,4 +160,4 @@ st.write('
|
|
160 |
๐ด Fork and Knife
|
161 |
๐ฅ Spoon
|
162 |
๐ซ Jar
|
163 |
-
|
|
|
68 |
st.dataframe(st.session_state.dice_roll_history)
|
69 |
|
70 |
|
71 |
+
st.write("""
|
72 |
๐ Bread
|
73 |
๐ฅ Croissant
|
74 |
๐ฅ Baguette Bread
|
|
|
160 |
๐ด Fork and Knife
|
161 |
๐ฅ Spoon
|
162 |
๐ซ Jar
|
163 |
+
""")
|