Spaces:
Sleeping
Sleeping
suvadityamuk
commited on
Commit
·
71d31dd
1
Parent(s):
5048f43
changes
Browse filesSigned-off-by: Suvaditya Mukherjee <[email protected]>
README.md
CHANGED
@@ -10,4 +10,4 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
A chatbot that helps you ask questions about Suvaditya!
|
app.py
CHANGED
@@ -160,7 +160,6 @@ if __name__ == "__main__":
|
|
160 |
type="messages",
|
161 |
title="Resume RAG, a personal space on ZeroGPU!",
|
162 |
examples=["Where did Suvaditya complete his Bachelor's Degree?", "Where is Suvaditya currently working?"],
|
163 |
-
cache_examples=True,
|
164 |
description="Ask any question about Suvaditya's resume and get an answer!",
|
165 |
theme="ocean"
|
166 |
)
|
|
|
160 |
type="messages",
|
161 |
title="Resume RAG, a personal space on ZeroGPU!",
|
162 |
examples=["Where did Suvaditya complete his Bachelor's Degree?", "Where is Suvaditya currently working?"],
|
|
|
163 |
description="Ask any question about Suvaditya's resume and get an answer!",
|
164 |
theme="ocean"
|
165 |
)
|