Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ iface = gr.Interface(
|
|
| 23 |
inputs="text",
|
| 24 |
outputs="text",
|
| 25 |
title="Cohere Chatbot",
|
| 26 |
-
description="Enter your prompt and get a response generated by Cohere."
|
| 27 |
theme='ParityError/Anime'
|
| 28 |
)
|
| 29 |
|
|
|
|
| 23 |
inputs="text",
|
| 24 |
outputs="text",
|
| 25 |
title="Cohere Chatbot",
|
| 26 |
+
description="Enter your prompt and get a response generated by Cohere.",
|
| 27 |
theme='ParityError/Anime'
|
| 28 |
)
|
| 29 |
|