taaha3244 commited on
Commit
0ad5161
1 Parent(s): 9c98b1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,7 +38,7 @@ def main():
38
 
39
  pages = {
40
  "Lex Document Summarization": page_summarization,
41
- "Chat with Data Bank": page_qna,
42
  "Chat with Uploaded Docs": page_chat_with_uploaded_docs
43
  }
44
 
@@ -86,7 +86,7 @@ def page_summarization(uploaded_files):
86
 
87
  def page_qna(uploaded_files):
88
  """Page for Q&A functionality."""
89
- st.title("Chat with Data Bank")
90
  user_query = st.text_area("Enter your question here:", height=300)
91
  if st.button('Get Answer'):
92
  if user_query:
 
38
 
39
  pages = {
40
  "Lex Document Summarization": page_summarization,
41
+ "Chat with RSCA": page_qna,
42
  "Chat with Uploaded Docs": page_chat_with_uploaded_docs
43
  }
44
 
 
86
 
87
  def page_qna(uploaded_files):
88
  """Page for Q&A functionality."""
89
+ st.title("Chat with RSCA")
90
  user_query = st.text_area("Enter your question here:", height=300)
91
  if st.button('Get Answer'):
92
  if user_query: