Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ documents_folder = "./documents"
|
|
| 12 |
# Load PandasAI loader, Which is a wrapper over PandasAI library
|
| 13 |
PandasAIReader = download_loader("PandasAIReader")
|
| 14 |
|
| 15 |
-
st.title("Welcome to `
|
| 16 |
st.header("Interact with Documents such as `PDFs/CSV/Docs` using the power of LLMs\nPowered by `LlamaIndex🦙` \nCheckout the [GITHUB Repo Here](https://github.com/anoopshrma/Chat-with-Docs) and Leave a star⭐")
|
| 17 |
|
| 18 |
|
|
|
|
| 12 |
# Load PandasAI loader, Which is a wrapper over PandasAI library
|
| 13 |
PandasAIReader = download_loader("PandasAIReader")
|
| 14 |
|
| 15 |
+
st.title("Welcome to `RegBot5`")
|
| 16 |
st.header("Interact with Documents such as `PDFs/CSV/Docs` using the power of LLMs\nPowered by `LlamaIndex🦙` \nCheckout the [GITHUB Repo Here](https://github.com/anoopshrma/Chat-with-Docs) and Leave a star⭐")
|
| 17 |
|
| 18 |
|