bjoernix commited on
Commit
ba47332
·
verified ·
1 Parent(s): 2e583f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -49,10 +49,9 @@ 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
-
56
  demo = gr.ChatInterface(fn=generate,
57
  chatbot=mychatbot,
58
  title="TesterTest Mixtral 8x7b Chat",
 
49
  show_label=False,
50
  show_copy_button=True,
51
  likeable=True,
52
+ value=["Bitte antworte immer auf Deutsch.", "Sei bitte höflich und respektvoll."]
53
  )
54
 
 
55
  demo = gr.ChatInterface(fn=generate,
56
  chatbot=mychatbot,
57
  title="TesterTest Mixtral 8x7b Chat",