Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,8 @@ mychatbot = gr.Chatbot(
|
|
52 |
demo = gr.ChatInterface(fn=generate,
|
53 |
chatbot=mychatbot,
|
54 |
title="Joystick's Mixtral Chat-optimized interface",
|
55 |
-
retry_btn="Regenerate",
|
56 |
-
undo_btn="Undo",
|
57 |
additional_inputs=[
|
58 |
gr.Textbox(label="Name of user", lines=1, value="Jake"),
|
59 |
gr.Textbox(label="Name of bot", lines=1, value="Janet"),
|
|
|
52 |
demo = gr.ChatInterface(fn=generate,
|
53 |
chatbot=mychatbot,
|
54 |
title="Joystick's Mixtral Chat-optimized interface",
|
55 |
+
retry_btn="🔁 Regenerate",
|
56 |
+
undo_btn="↩️ Undo",
|
57 |
additional_inputs=[
|
58 |
gr.Textbox(label="Name of user", lines=1, value="Jake"),
|
59 |
gr.Textbox(label="Name of bot", lines=1, value="Janet"),
|