Spaces:
Build error
Build error
Update components/chat.py
Browse files- components/chat.py +1 -1
components/chat.py
CHANGED
|
@@ -4,7 +4,7 @@ import streamlit as st
|
|
| 4 |
from langchain_core.messages import HumanMessage, AIMessage
|
| 5 |
|
| 6 |
def display_chat_interface():
|
| 7 |
-
|
| 8 |
st.markdown("### 💬 RFP Analysis Chat")
|
| 9 |
|
| 10 |
# Initialize chat history if not exists
|
|
|
|
| 4 |
from langchain_core.messages import HumanMessage, AIMessage
|
| 5 |
|
| 6 |
def display_chat_interface():
|
| 7 |
+
|
| 8 |
st.markdown("### 💬 RFP Analysis Chat")
|
| 9 |
|
| 10 |
# Initialize chat history if not exists
|