awacke1 commited on
Commit
3b0bc85
1 Parent(s): 7ff0115

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def plot_tokens(health_tokens, coin_tokens):
28
  return fig
29
 
30
  st.set_page_config(page_title="🍎🥕Sankey Snacks🌽🥒", page_icon=":game_die:")
31
- st.title("🍎🥕🥦🍓Sankey Snacks🌽🥒🍇🥤")
32
 
33
  username = st.sidebar.text_input("👤 Enter your username:")
34
  num_rolls = st.sidebar.slider("🔢 Choose the number of rolls:", 1, 100, 3)
 
28
  return fig
29
 
30
  st.set_page_config(page_title="🍎🥕Sankey Snacks🌽🥒", page_icon=":game_die:")
31
+ st.title("🍎🥕Sankey Snacks🌽🥒")
32
 
33
  username = st.sidebar.text_input("👤 Enter your username:")
34
  num_rolls = st.sidebar.slider("🔢 Choose the number of rolls:", 1, 100, 3)