Spaces:
Running
Running
minor changes
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ st.subheader("“An investment in knowledge pays the best interest.” – Benja
|
|
16 |
st.write("Welcome to the **Trading App**, your trusted companion in navigating the financial markets. Whether you're a seasoned investor or just starting, our platform offers all the tools and insights you need to make informed decisions.")
|
17 |
|
18 |
# Stock Image
|
19 |
-
st.image('stock_image.jpg',
|
20 |
|
21 |
# Overview of App Features
|
22 |
st.markdown("## What We Offer")
|
|
|
16 |
st.write("Welcome to the **Trading App**, your trusted companion in navigating the financial markets. Whether you're a seasoned investor or just starting, our platform offers all the tools and insights you need to make informed decisions.")
|
17 |
|
18 |
# Stock Image
|
19 |
+
st.image('stock_image.jpg', use_container_width=True)
|
20 |
|
21 |
# Overview of App Features
|
22 |
st.markdown("## What We Offer")
|