suvadityamuk commited on
Commit
83f72c4
·
1 Parent(s): 238ba0a

chore: update app.py

Browse files

Signed-off-by: Suvaditya Mukherjee <suvadityamuk@gmail.com>

Files changed (2) hide show
  1. README.md +1 -4
  2. app.py +1 -1
README.md CHANGED
@@ -10,7 +10,4 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- A chatbot that helps you ask questions about Suvaditya!
14
-
15
- Note: Sometimes, as always, the LLM may give wrong answers. Here's a link to my resume, if you'd like to go through it yourself!
16
- Get in touch with me through [X](https://x.com/halcyonrayes), [Gmail](mailto:suvadityamuk@gmail.com), [LinkedIn](https://www.linkedin.com/in/suvadityamukherjee), or [schedule a meeting with me here](https://cal.com/suvadityamuk)
 
10
  license: apache-2.0
11
  ---
12
 
13
+ A chatbot that helps you ask questions about Suvaditya!
 
 
 
app.py CHANGED
@@ -364,7 +364,7 @@ if __name__ == "__main__":
364
  type="messages",
365
  title="Suvaditya's Personal RAG, a space on ZeroGPU!",
366
  examples=["Where did Suvaditya complete his Bachelor's Degree?", "Where is Suvaditya currently working?"],
367
- description="Ask any question about Suvaditya's resume and get an answer!",
368
  theme="John6666/YntecDark",
369
  )
370
  demo.launch()
 
364
  type="messages",
365
  title="Suvaditya's Personal RAG, a space on ZeroGPU!",
366
  examples=["Where did Suvaditya complete his Bachelor's Degree?", "Where is Suvaditya currently working?"],
367
+ description="Ask any question about Suvaditya's resume and get an answer! \n\nNote: Sometimes, as always, the LLM may give wrong answers. Here's a link to my [resume](https://suvadityamuk.com/uploads/resume.pdf), if you'd like to go through it yourself! Get in touch with me through [X](https://x.com/halcyonrayes), [Gmail](mailto:suvadityamuk@gmail.com), [LinkedIn](https://www.linkedin.com/in/suvadityamukherjee), or [schedule a meeting with me here](https://cal.com/suvadityamuk)",
368
  theme="John6666/YntecDark",
369
  )
370
  demo.launch()