Bayhaqy commited on
Commit
bc33cf4
β€’
1 Parent(s): 59130da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,10 +1,10 @@
1
  import streamlit as st
2
 
3
 
4
- st.set_page_config(page_title='Regression Stocks Prediction', layout='wide', page_icon='πŸ“ˆ')
5
- st.title("πŸ“ˆ Stock Analysis and Prediction")
6
  st.write(
7
  """
8
- Welcome to the **πŸ“ˆ Stock Analysis and Prediction**!
9
  """
10
  )
 
1
  import streamlit as st
2
 
3
 
4
+ st.set_page_config(page_title='Stocks Dashboard', layout='wide', page_icon='πŸ“ˆ')
5
+ st.title("πŸ“ˆ Stocks Dashboard")
6
  st.write(
7
  """
8
+ Welcome to the **πŸ“ˆ Stocks Dashboard Apps**!
9
  """
10
  )