File size: 200 Bytes
87d5fd6
fa6dbbc
 
87d5fd6
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import streamlit as st
import os


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