Adeeb-F commited on
Commit
60a045a
·
verified ·
1 Parent(s): 8f8ed2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ class CalculateMetric:
165
 
166
  st.set_page_config(page_title='Fundler', page_icon='💰')
167
 
168
- st.title('Fundler 💰')
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')