Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def plot_tokens(health_tokens, coin_tokens):
|
|
28 |
st.plotly_chart(fig)
|
29 |
|
30 |
# Define Streamlit app
|
31 |
-
st.set_page_config(page_title="
|
32 |
st.title("๐ฒ Slot Machine Game")
|
33 |
|
34 |
# Sidebar
|
|
|
28 |
st.plotly_chart(fig)
|
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
|