Update app.py
Browse files
app.py
CHANGED
|
@@ -165,7 +165,7 @@ class CalculateMetric:
|
|
| 165 |
|
| 166 |
st.set_page_config(page_title='Fundler', page_icon='💰')
|
| 167 |
|
| 168 |
-
st.title('
|
| 169 |
st.write('Enter a Yahoo Finance compatible ticker symbol to get investment recommendations based on fundamental analysis.')
|
| 170 |
|
| 171 |
ticker_symbol = st.text_input('Enter Ticker Symbol', help='e.g., AAPL for Apple Inc.', value='MSFT')
|
|
|
|
| 165 |
|
| 166 |
st.set_page_config(page_title='Fundler', page_icon='💰')
|
| 167 |
|
| 168 |
+
st.title('Gemstone Score Calculator💰')
|
| 169 |
st.write('Enter a Yahoo Finance compatible ticker symbol to get investment recommendations based on fundamental analysis.')
|
| 170 |
|
| 171 |
ticker_symbol = st.text_input('Enter Ticker Symbol', help='e.g., AAPL for Apple Inc.', value='MSFT')
|