Upload folder using huggingface_hub
Browse files
demo.yaml
CHANGED
@@ -7,7 +7,7 @@ kwargs:
|
|
7 |
description: Conversational assistant.
|
8 |
article: null
|
9 |
thumbnail: null
|
10 |
-
theme:
|
11 |
css: null
|
12 |
allow_flagging: never
|
13 |
inputs:
|
@@ -31,4 +31,4 @@ kwargs:
|
|
31 |
source: "def conversational_assistant(user_input):\n greetings = ['hi',\
|
32 |
\ 'hello', 'hey']\n if user_input.lower() in greetings:\n return\
|
33 |
\ 'Hello! How can I assist you today?'\n else:\n return \"I'm\
|
34 |
-
\ sorry, I didn't understand your request. Please try again.\"
|
|
|
7 |
description: Conversational assistant.
|
8 |
article: null
|
9 |
thumbnail: null
|
10 |
+
theme: ParityError/Anime
|
11 |
css: null
|
12 |
allow_flagging: never
|
13 |
inputs:
|
|
|
31 |
source: "def conversational_assistant(user_input):\n greetings = ['hi',\
|
32 |
\ 'hello', 'hey']\n if user_input.lower() in greetings:\n return\
|
33 |
\ 'Hello! How can I assist you today?'\n else:\n return \"I'm\
|
34 |
+
\ sorry, I didn't understand your request. Please try again.\""
|