hbui commited on
Commit
a65a82c
1 Parent(s): 92d8eff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 `ChatwithDocs`")
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