kailashsp commited on
Commit
b378b5f
β€’
1 Parent(s): e23e311

update :change image size

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ st.markdown("### πŸ“ˆ Stock Picker")
17
 
18
  left_co, cent_co,last_co = st.columns(3)
19
  with cent_co:
20
- st.image(image=".streamlit/stock-market.png", width=100)
21
 
22
  st.markdown("---")
23
 
 
17
 
18
  left_co, cent_co,last_co = st.columns(3)
19
  with cent_co:
20
+ st.image(image=".streamlit/stock-market.png", width=300)
21
 
22
  st.markdown("---")
23