bjoernix commited on
Commit
20a6a95
·
verified ·
1 Parent(s): 866c941

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ mychatbot = gr.Chatbot(
49
  show_label=False,
50
  show_copy_button=True,
51
  likeable=True,
52
- value=["Bitte antworte immer auf Deutsch."],
53
  )
54
 
55
 
 
49
  show_label=False,
50
  show_copy_button=True,
51
  likeable=True,
52
+ value=[["Bitte antworte immer auf Deutsch."]],
53
  )
54
 
55