diff --git a/main.py b/main.py index 93e22e9..67ac489 100644 --- a/main.py +++ b/main.py @@ -100,13 +100,13 @@ def load_lottieurl(url: str): df['Volume'].plot() plt.ylabel('Volume') plt.xlabel(None) - st.markdown('
Sales Volume of Tesla:
', unsafe_allow_html=True) + st.markdown('Sales Volume:
', unsafe_allow_html=True) plt.tight_layout() st.pyplot(fig) fig = plt.figure(figsize=(15, 6)) df['Adj Close'].pct_change().hist(bins=50) plt.ylabel('Daily Return') - st.markdown('Tesla Daily Return:
', unsafe_allow_html=True) + st.markdown('Daily Return:
', unsafe_allow_html=True) plt.tight_layout() st.pyplot(fig) output_var = pd.DataFrame(df['Adj Close']) @@ -146,8 +146,8 @@ def load_lottieurl(url: str): st.markdown('