abidlabs HF Staff commited on
Commit
3d6f4f9
·
verified ·
1 Parent(s): 2bbf371

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def slow_echo(message, history):
6
  time.sleep(0.05)
7
  yield "You typed: " + message[: i + 1]
8
 
9
- demo = gr.ChatInterface(slow_echo, type="messages")
10
 
11
  if __name__ == "__main__":
12
  demo.launch()
 
6
  time.sleep(0.05)
7
  yield "You typed: " + message[: i + 1]
8
 
9
+ demo = gr.ChatInterface(slow_echo, type="messages", title="ABC")
10
 
11
  if __name__ == "__main__":
12
  demo.launch()