Update app.py
Browse files
app.py
CHANGED
@@ -48,6 +48,7 @@ demo = gr.ChatInterface(
|
|
48 |
respond,
|
49 |
|
50 |
title="**Your word** \ Score \ Prompts left ",
|
|
|
51 |
|
52 |
additional_inputs=[
|
53 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
|
|
48 |
respond,
|
49 |
|
50 |
title="**Your word** \ Score \ Prompts left ",
|
51 |
+
description="This is a friendly chatbot."
|
52 |
|
53 |
additional_inputs=[
|
54 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|