luisotorres commited on
Commit
b04454e
·
verified ·
1 Parent(s): dc9a353

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ title = '<p style="font-family:Didot; font-size: 46px;"><b>Options Trading: Long & Short Straddle</b></p>'
4
+ st.markdown(title, unsafe_allow_html=True)