suvadityamuk commited on
Commit
71d31dd
·
1 Parent(s): 5048f43

Signed-off-by: Suvaditya Mukherjee <[email protected]>

Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +0 -1
README.md CHANGED
@@ -10,4 +10,4 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
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
  )