cryogenic22 commited on
Commit
4bc8435
·
verified ·
1 Parent(s): 34000bf

Update components/chat.py

Browse files
Files changed (1) hide show
  1. 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
- \"\"\"Display chat interface component\"\"\"
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