djstrong commited on
Commit
f73bd32
1 Parent(s): 3dfcfa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ with gr.Blocks(js=on_load) as demo:
201
  chat = gr.ChatInterface(
202
  predict,
203
  chatbot=chatbot,
204
- title=EMOJI + " " + MODEL_NAME,
205
  description=DESCRIPTION,
206
  examples=[
207
  ["Kim jesteś?"],
 
201
  chat = gr.ChatInterface(
202
  predict,
203
  chatbot=chatbot,
204
+ title=EMOJI + " " + MODEL_NAME + " - online chat demo",
205
  description=DESCRIPTION,
206
  examples=[
207
  ["Kim jesteś?"],