Update app.py
Browse files
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,
|
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
|