abidlabs HF staff commited on
Commit
ff0b1a3
1 Parent(s): 9b16707

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. requirements.txt +1 -1
  3. src/pyproject.toml +1 -1
README.md CHANGED
@@ -1,9 +1,9 @@
1
 
2
  ---
3
  tags: [gradio-custom-component,gradio-template-Chatbot,chatbot]
4
- title: gradio_gptchatbot V0.0.1
5
- colorFrom: blue
6
- colorTo: purple
7
  sdk: docker
8
  pinned: false
9
  license: apache-2.0
 
1
 
2
  ---
3
  tags: [gradio-custom-component,gradio-template-Chatbot,chatbot]
4
+ title: gradio_gptchatbot V0.0.2
5
+ colorFrom: gray
6
+ colorTo: red
7
  sdk: docker
8
  pinned: false
9
  license: apache-2.0
requirements.txt CHANGED
@@ -1 +1 @@
1
- gradio_gptchatbot-0.0.1-py3-none-any.whl
 
1
+ gradio_gptchatbot-0.0.2-py3-none-any.whl
src/pyproject.toml CHANGED
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
8
 
9
  [project]
10
  name = "gradio_gptchatbot"
11
- version = "0.0.1"
12
  description = "a GPT-style Chatbot component"
13
  readme = "README.md"
14
  license = "MIT"
 
8
 
9
  [project]
10
  name = "gradio_gptchatbot"
11
+ version = "0.0.2"
12
  description = "a GPT-style Chatbot component"
13
  readme = "README.md"
14
  license = "MIT"