Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
Extend this to make it a fun game and injecct emojis and a game rule system driven by UI buttons and other features for UI interaction in streamlit like html5 components and markdown. Do this all in a long python program and show only a signle code listing: import streamlit as st
|
|
|
2 |
|
3 |
def main():
|
4 |
st.title("D&D Miniatures Roleplay Ruleset")
|
|
|
1 |
+
#Extend this to make it a fun game and injecct emojis and a game rule system driven by UI buttons and other features for UI interaction in streamlit like html5 components and markdown. Do this all in a long python program and show only a signle code listing: import streamlit as st
|
2 |
+
import streamlit as st
|
3 |
|
4 |
def main():
|
5 |
st.title("D&D Miniatures Roleplay Ruleset")
|