Ninjasharp commited on
Commit
3cff243
·
verified ·
1 Parent(s): 15cfbd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from PyPDF2 import PdfReader
7
  from PIL import Image
8
 
9
  st.set_page_config(layout="wide")
10
- st.title("InsightBot LLM Chatbot")
11
  st.text("Analyzing data for making business-critical decisions and effectively handling complex analysis")
12
 
13
  # Initialize history
 
7
  from PIL import Image
8
 
9
  st.set_page_config(layout="wide")
10
+ st.title("InsightBot LLM Chatbot Plus Rag")
11
  st.text("Analyzing data for making business-critical decisions and effectively handling complex analysis")
12
 
13
  # Initialize history