Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
luisotorres
/
long_and_short_straddle
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
luisotorres
commited on
Feb 2, 2024
Commit
b04454e
·
verified
·
1 Parent(s):
dc9a353
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -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)