Skip to content

Commit 38e6d68

Browse files
committed
Finish Homepage content
1 parent 61eeec9 commit 38e6d68

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/ui/components/sidebar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
def render():
55
with st.sidebar:
6-
st.title("Dashboard")
6+
st.title("Dashboard :bar_chart:")
77
st.text_input("Write a valid Ticker", key="ticker", type="default")

src/ui/content/homepage.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ accessing essential stock data and insights.
66

77
### How to use the Dashboard :nerd_face:
88

9-
1. **Search for a Stock**: To get started, enter a stock ticker (e.g., AAPL for Apple, MSFT for Microsoft, TSLA for
9+
1. **Search for a Stock**: To get started, enter a stock ticker (e.g., **AAPL** for Apple, **MSFT** for Microsoft, *
10+
**TSLA** for
1011
Tesla) into the search bar on the left sidebar. Once you input a ticker, the dashboard will display key metrics,
1112
historical data, charts, and relevant financial information about the stock.
1213
2. **Explore Key Metrics:** After entering a ticker, you can explore a variety of information, including:
1314
- **Price Trends**: Visualize the stock's performance over time with interactive charts.
1415
- **Fundamental Data**: Access key financials such as market capitalization, P/E ratio, EPS, and more.
1516

16-
### Need some inspiration? :star2:
17+
### Need some inspiration? :sparkles:
1718

1819
Here are a few popular stock tickers to get you started:
1920

0 commit comments

Comments
 (0)