Spaces:
Sleeping
Sleeping
update :change image size
Browse files
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=
|
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 |
|