Oceank commited on
Commit
cbb764f
·
verified ·
1 Parent(s): dabdb69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,7 +15,7 @@ import os
15
 
16
  import datetime
17
 
18
- st.set_page_config(page_title = "Bohmian's Stock News Sentiment Analyzer", layout = "wide")
19
 
20
 
21
  def get_news(ticker):
@@ -139,7 +139,7 @@ try:
139
 
140
  except Exception as e:
141
  print(str(e))
142
- st.write("Enter a correct stock ticker, e.g. 'AAPL' above and hit Enter.")
143
 
144
  hide_streamlit_style = """
145
  <style>
 
15
 
16
  import datetime
17
 
18
+ st.set_page_config(page_title = "KG's US Stock News Sentiment Analyzer", layout = "wide")
19
 
20
 
21
  def get_news(ticker):
 
139
 
140
  except Exception as e:
141
  print(str(e))
142
+ st.write("종목코드를 입력하고 'Enter' 키를 누르세요, 예, 'AAPL'")
143
 
144
  hide_streamlit_style = """
145
  <style>