awacke1 commited on
Commit
bebb1e1
ยท
verified ยท
1 Parent(s): f6ac29b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,6 +1,5 @@
1
  import streamlit as st
2
- st.markdown('Three #Dragons')
3
- st.markdown('by Aaron Wacker')
4
 
5
  st.title('๐Ÿ‰ Mythical Dragons Around the World ๐ŸŒ')
6
 
 
1
  import streamlit as st
2
+ st.markdown('# Three Dragons ๐Ÿ‰๐ŸŒ Around the World. by Aaron Wacker')
 
3
 
4
  st.title('๐Ÿ‰ Mythical Dragons Around the World ๐ŸŒ')
5