hienbm commited on
Commit
419ce3f
·
verified ·
1 Parent(s): 2a93c29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ st.title("GOAHEAD.VN AI 🤖")
109
  # Initialize session state
110
  if "chat_history" not in st.session_state:
111
  st.session_state.chat_history = [
112
- AIMessage(content="Please drop the YouTube link related to the financial market, and I will help you summarize and provide insights."),
113
  ]
114
 
115
  # Display chat history
 
109
  # Initialize session state
110
  if "chat_history" not in st.session_state:
111
  st.session_state.chat_history = [
112
+ AIMessage(content="Please drop the YouTube link related to the financial market, I will help you summarize the main insights."),
113
  ]
114
 
115
  # Display chat history