awacke1 commited on
Commit
e72d043
ยท
1 Parent(s): 599b1ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def plot_tokens(health_tokens, coin_tokens):
29
 
30
  # Define Streamlit app
31
  st.set_page_config(page_title="๐Ÿ”๐ŸŸ Emojitrition ๐ŸŒฎ๐Ÿ•", page_icon=":game_die:")
32
- st.title("๐ŸŽฒ Slot Machine Game")
33
 
34
  # Sidebar
35
  username = st.sidebar.text_input("๐Ÿ‘ค Enter your username:")
 
29
 
30
  # Define Streamlit app
31
  st.set_page_config(page_title="๐Ÿ”๐ŸŸ Emojitrition ๐ŸŒฎ๐Ÿ•", page_icon=":game_die:")
32
+ st.title("๐Ÿ”๐ŸŸ Emojitrition ๐ŸŒฎ๐Ÿ•")
33
 
34
  # Sidebar
35
  username = st.sidebar.text_input("๐Ÿ‘ค Enter your username:")