awacke1 commited on
Commit
7ca6efe
·
verified ·
1 Parent(s): 7b1a85e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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")