Tobias Geisler commited on
Commit
c44db7b
·
1 Parent(s): 50897a8

new Random Fact example bot

Browse files
Files changed (1) hide show
  1. 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=["shiny-platypus-699", "delightful-red-panda-273", "glowing-toucan-982", "mellow-toucan-512", "upbeat-elephant-433"],
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=["upbeat-elephant-433", "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
  )