QuantumLearner commited on
Commit
67bb0d5
·
verified ·
1 Parent(s): 210c075

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -120,3 +120,11 @@ if run_button:
120
 
121
  This analysis helps in understanding the historical likelihood of the stock price reaching certain targets within a specified number of days.
122
  """)
 
 
 
 
 
 
 
 
 
120
 
121
  This analysis helps in understanding the historical likelihood of the stock price reaching certain targets within a specified number of days.
122
  """)
123
+
124
+ hide_streamlit_style = """
125
+ <style>
126
+ #MainMenu {visibility: hidden;}
127
+ footer {visibility: hidden;}
128
+ </style>
129
+ """
130
+ st.markdown(hide_streamlit_style, unsafe_allow_html=True)