Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -89,6 +89,7 @@ def load_and_display_player_data():
|
|
89 |
st.plotly_chart(fig)
|
90 |
else:
|
91 |
st.write("Player data file not found.")
|
|
|
92 |
def main():
|
93 |
st.set_page_config(page_title="Player Cards and Monsters")
|
94 |
st.title("Player Cards and Monsters")
|
|
|
89 |
st.plotly_chart(fig)
|
90 |
else:
|
91 |
st.write("Player data file not found.")
|
92 |
+
|
93 |
def main():
|
94 |
st.set_page_config(page_title="Player Cards and Monsters")
|
95 |
st.title("Player Cards and Monsters")
|