Spaces:
Sleeping
Sleeping
justalphie commited on
Commit ·
8d65634
1
Parent(s): 272c04d
Add a README
Browse files
README.md
CHANGED
|
@@ -1 +1,16 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: ChatbotCV
|
| 3 |
+
short_description: Ask questions about my resume.
|
| 4 |
+
emoji: 📝
|
| 5 |
+
colorFrom: yellow
|
| 6 |
+
colorTo: yellow
|
| 7 |
+
sdk: gradio
|
| 8 |
+
sdk_version: 4.25.0
|
| 9 |
+
app_file: app.py
|
| 10 |
+
pinned: true
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# ChatbotCV
|
| 14 |
+
You can ask this chatbot questions about my resume.
|
| 15 |
+
|
| 16 |
+
It is built using Cohere Chat, and the data comes from the `prompt.md` file.
|