Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ demo = gr.ChatInterface(
|
|
| 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"),
|
|
|
|
| 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"),
|