Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
48 |
demo = gr.ChatInterface(
|
49 |
respond,
|
50 |
|
51 |
-
title="
|
52 |
-
description="This is a friendly chatbot.",
|
53 |
|
54 |
additional_inputs=[
|
55 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
|
|
48 |
demo = gr.ChatInterface(
|
49 |
respond,
|
50 |
|
51 |
+
title="Word Game",
|
52 |
+
description="This is a friendly chatbot game.",
|
53 |
|
54 |
additional_inputs=[
|
55 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|