Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|