Harelkarni commited on
Commit
c141d0b
1 Parent(s): d76be43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -103,14 +103,10 @@ st.markdown(
103
 
104
 
105
  st.title('_SentySense_') #PriceProphet, Sentyment, Trendsetter Bullseye
106
- par1 = "It allows users to stay informed about the latest market trends and make informed decisions about their investments."
107
- par2 = "To get started, simply select whether you want information on currencies or stocks:<br> "\
108
- "<ul><li><strong>Currencies</strong><br>Choose from a wide range of currencies to view the latest exchange rates, historical data, and charts.</li>"\
109
- "<li><strong>Stocks</strong><br>Search for specific stocks to view real-time prices, historical data, news, and more.</li></ul>"
110
- st.write(par1, unsafe_allow_html=True)
111
- st.write(par2, unsafe_allow_html=True)
112
-
113
 
 
 
 
114
  if 'chart_time_frame' not in st.session_state:
115
  st.session_state['chart_time_frame'] = '5Y'
116
 
 
103
 
104
 
105
  st.title('_SentySense_') #PriceProphet, Sentyment, Trendsetter Bullseye
 
 
 
 
 
 
 
106
 
107
+ par1 = "Our stock market platform gives you real-time data, historical insights, and in-depth news to help you make informed investment decisions."
108
+ st.write(par1, unsafe_allow_html=True)
109
+
110
  if 'chart_time_frame' not in st.session_state:
111
  st.session_state['chart_time_frame'] = '5Y'
112