Update app.py
Browse files
app.py
CHANGED
|
@@ -831,9 +831,9 @@ footer {
|
|
| 831 |
""")
|
| 832 |
|
| 833 |
chatbot = gr.Chatbot(height=500, show_label=False, show_copy_button=True, type="messages")
|
| 834 |
-
msg = gr.Textbox(placeholder="
|
| 835 |
-
send = gr.Button("
|
| 836 |
-
reset = gr.Button("π
|
| 837 |
|
| 838 |
def add_user_message(m, hist):
|
| 839 |
hist = hist or []
|
|
|
|
| 831 |
""")
|
| 832 |
|
| 833 |
chatbot = gr.Chatbot(height=500, show_label=False, show_copy_button=True, type="messages")
|
| 834 |
+
msg = gr.Textbox(placeholder="θ―·θΎε
₯δ½ ηεη...")
|
| 835 |
+
send = gr.Button("ει π", elem_id="custom-send")
|
| 836 |
+
reset = gr.Button("π ιζ°εΌε§")
|
| 837 |
|
| 838 |
def add_user_message(m, hist):
|
| 839 |
hist = hist or []
|