Spaces:
Build error
Build error
Commit ·
1bb00e8
1
Parent(s): 2dcdca9
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -25,8 +25,8 @@ def chat_with_bot(message, history):
|
|
| 25 |
# Create a Gradio ChatInterface
|
| 26 |
iface = gr.ChatInterface(
|
| 27 |
fn=chat_with_bot,
|
| 28 |
-
title="RAG Chatbot",
|
| 29 |
-
description="
|
| 30 |
)
|
| 31 |
|
| 32 |
if __name__ == "__main__":
|
|
|
|
| 25 |
# Create a Gradio ChatInterface
|
| 26 |
iface = gr.ChatInterface(
|
| 27 |
fn=chat_with_bot,
|
| 28 |
+
title="RAG Chatbot - Indian Motor Vehicles Law",
|
| 29 |
+
description="RAG chatbot using OpenAI and FAISS vector db"
|
| 30 |
)
|
| 31 |
|
| 32 |
if __name__ == "__main__":
|