awacke1 commited on
Commit
f66f246
ยท
1 Parent(s): a02bdde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
+ """)