Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.", "Sei bitte höflich und respektvoll."]
|
53 |
)
|
54 |
|
55 |
demo = gr.ChatInterface(fn=generate,
|
|
|
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,
|