File size: 189 Bytes
87d5fd6
 
 
 
 
 
 
1
2
3
4
5
6
7
import streamlit as st

st.write("""
# Technical Analysis Web Application
Leveraging the openbb sdk, we can build a web application to display 
technical analysis graphs for any stock.
""")