hienbm commited on
Commit
118637b
Β·
verified Β·
1 Parent(s): 9495dfe

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -103,12 +103,12 @@ def get_response(user_query):
103
 
104
  # App config
105
  st.set_page_config(page_title="GOAHEAD.VN", page_icon="🌍")
106
- st.title("Summary and provide insights from youtube news.")
107
 
108
  # Initialize session state
109
  if "chat_history" not in st.session_state:
110
  st.session_state.chat_history = [
111
- AIMessage(content="Hello, how can I help you?"),
112
  ]
113
 
114
  # Display chat history
 
103
 
104
  # App config
105
  st.set_page_config(page_title="GOAHEAD.VN", page_icon="🌍")
106
+ st.title("Get financial insights with GOAHEAD.VN")
107
 
108
  # Initialize session state
109
  if "chat_history" not in st.session_state:
110
  st.session_state.chat_history = [
111
+ AIMessage(content="Please drop the YouTube link related to the financial market, and I will help you summarize and provide insights."),
112
  ]
113
 
114
  # Display chat history