Spaces:
Runtime error
Runtime error
Update chat.py
Browse files
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 |
)
|