Spaces:
Sleeping
Sleeping
Bhanu Prasanna
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -4,8 +4,6 @@ import yfinance as yf
|
|
4 |
import streamlit as st
|
5 |
import plotly.graph_objects as go
|
6 |
|
7 |
-
st.set_page_config(layout="wide")
|
8 |
-
|
9 |
with open(r"style/style.css") as css:
|
10 |
st.markdown(f"<style>{css.read()}</style>", unsafe_allow_html=True)
|
11 |
|
|
|
4 |
import streamlit as st
|
5 |
import plotly.graph_objects as go
|
6 |
|
|
|
|
|
7 |
with open(r"style/style.css") as css:
|
8 |
st.markdown(f"<style>{css.read()}</style>", unsafe_allow_html=True)
|
9 |
|