Isidorophp commited on
Commit
f009807
Β·
verified Β·
1 Parent(s): 9ac2325

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -1,14 +1,22 @@
1
  ---
2
  title: RJP - Executive Assistant
 
3
  emoji: πŸ‘±πŸΎβ€β™€οΈπŸ‘„
4
- colorFrom: purple
5
  colorTo: pink
6
- sdk: gradio
7
  app_file: app.py
8
  pinned: true
9
- short_description: Talk to Sonia the Best Executive Assistant.
10
- license: mit
11
  sdk_version: 5.20.0
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  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).
 
1
  ---
2
  title: RJP - Executive Assistant
3
+ short_description: Talk to Sonia the Best Executive Assistant.
4
  emoji: πŸ‘±πŸΎβ€β™€οΈπŸ‘„
5
+ colorFrom: yellow
6
  colorTo: pink
 
7
  app_file: app.py
8
  pinned: true
9
+ python_version: 3.10.6
10
+ sdk: gradio
11
  sdk_version: 5.20.0
12
+ hf_oauth: true
13
+ hf_oauth_expiration_minutes: 480
14
+ hf_oauth_scopes:
15
+ - read-repos
16
+ - write-repos
17
+ - manage-repos
18
+ - inference-api
19
+ license: mit
20
  ---
21
 
22
  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).