Tonic commited on
Commit
2e949bd
·
1 Parent(s): 7900ffb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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