TahaRasouli commited on
Commit
74ff41b
β€’
1 Parent(s): f294a04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -83,12 +83,12 @@ class StreamlitDocProcessor:
83
  return set()
84
 
85
  def run(self):
86
- st.title("Document Processing and Q&A System")
87
 
88
  # Create sidebar for navigation
89
  page = st.sidebar.selectbox(
90
  "Choose a page",
91
- ["Upload & Process", "Question & Answer"]
92
  )
93
 
94
  if page == "Upload & Process":
@@ -153,7 +153,7 @@ class StreamlitDocProcessor:
153
  st.text(f"βœ“ {file}")
154
 
155
  def qa_page(self):
156
- st.header("Ask Questions About Your Documents")
157
 
158
  try:
159
  # Refresh available files
 
83
  return set()
84
 
85
  def run(self):
86
+ st.title("AAS Assistant")
87
 
88
  # Create sidebar for navigation
89
  page = st.sidebar.selectbox(
90
  "Choose a page",
91
+ ["Upload & Process", "Query"]
92
  )
93
 
94
  if page == "Upload & Process":
 
153
  st.text(f"βœ“ {file}")
154
 
155
  def qa_page(self):
156
+ st.header("Query our database")
157
 
158
  try:
159
  # Refresh available files