Upload app.py
Browse files
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("
|
107 |
|
108 |
# Initialize session state
|
109 |
if "chat_history" not in st.session_state:
|
110 |
st.session_state.chat_history = [
|
111 |
-
AIMessage(content="
|
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
|