PrajwalW commited on
Commit
649b115
·
verified ·
1 Parent(s): 0217784

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ def ask_ai_with_context(bedrock_client, question, relevant_texts):
232
 
233
  def main():
234
 
235
- st.title("📄 Simple PDF Chatbot")
236
 
237
  st.write("Upload a PDF and ask questions about it!")
238
 
 
232
 
233
  def main():
234
 
235
+ st.title("📄 RAG_2 PDF Chatbot")
236
 
237
  st.write("Upload a PDF and ask questions about it!")
238