Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Tobias Geisler
commited on
Commit
·
9e052e8
1
Parent(s):
c44db7b
new Random Fact example bot
Browse files- tabs/chat.py +1 -1
tabs/chat.py
CHANGED
@@ -22,7 +22,7 @@ def create_chat_tab():
|
|
22 |
|
23 |
# Add examples right below the chatbot ID input field
|
24 |
examples = gr.Examples(
|
25 |
-
examples=["
|
26 |
inputs=chatbot_id_input,
|
27 |
label="Beispiel-Chatbots"
|
28 |
)
|
|
|
22 |
|
23 |
# Add examples right below the chatbot ID input field
|
24 |
examples = gr.Examples(
|
25 |
+
examples=["courteous-duckling-628", "delightful-red-panda-273", "glowing-toucan-982", "mellow-toucan-512", "upbeat-elephant-433", "shiny-platypus-699"],
|
26 |
inputs=chatbot_id_input,
|
27 |
label="Beispiel-Chatbots"
|
28 |
)
|