Liusuthu commited on
Commit
6b33a15
Β·
verified Β·
1 Parent(s): 3af24cd

Update chat.py

Browse files
Files changed (1) hide show
  1. chat.py +6 -0
chat.py CHANGED
@@ -35,4 +35,10 @@ chat=gr.ChatInterface(
35
  avatar_images=(os.path.join(os.path.dirname(__file__), "patient_ava.png"), os.path.join(os.path.dirname(__file__), "docter_ava.png")),
36
  likeable=True,
37
  ),
 
 
 
 
 
 
38
  )
 
35
  avatar_images=(os.path.join(os.path.dirname(__file__), "patient_ava.png"), os.path.join(os.path.dirname(__file__), "docter_ava.png")),
36
  likeable=True,
37
  ),
38
+ retry_btn="πŸ”„ι‡ζ–°η”Ÿζˆ",
39
+ undo_btn="β†©οΈζ’€ε›žδΏ‘ζ―",
40
+ clear_btn="πŸ—‘οΈζΈ…η©ΊδΏ‘ζ―",
41
+ stop_btn="εœζ­’η”Ÿζˆ",
42
+ submit_btn="发送",
43
+
44
  )