openbb_analyzer / app.py
David Li
fix: try again
87d5fd6
raw
history blame
189 Bytes
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.
""")