openbb_analyzer / app.py
David Li
fix: try again
4e8e222
raw
history blame contribute delete
200 Bytes
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.
""")