Liusuthu commited on
Commit
074ef9a
1 Parent(s): 36b1afd

Update chat.py

Browse files
Files changed (1) hide show
  1. chat.py +1 -1
chat.py CHANGED
@@ -35,7 +35,7 @@ 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
- textbox=gr.Textbox(placeholder="在此书输入消息...",),
39
  retry_btn="🔄重新生成",
40
  undo_btn="↩️撤回信息",
41
  clear_btn="🗑️清空信息",
 
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
+ # textbox=gr.Textbox(placeholder="在此书输入消息...",),
39
  retry_btn="🔄重新生成",
40
  undo_btn="↩️撤回信息",
41
  clear_btn="🗑️清空信息",