Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks() as demo:
|
|
113 |
chatbot2 = gr.Chatbot(label='Model B')
|
114 |
with gr.Row():
|
115 |
upvote_btn_b = gr.Button(value="π Upvote B", interactive=False)
|
116 |
-
|
117 |
|
118 |
# Textbox and submit button at the bottom
|
119 |
with gr.Row():
|
|
|
113 |
chatbot2 = gr.Chatbot(label='Model B')
|
114 |
with gr.Row():
|
115 |
upvote_btn_b = gr.Button(value="π Upvote B", interactive=False)
|
116 |
+
tie_btn_b = gr.Button(value="π€ Tie", interactive=False)
|
117 |
|
118 |
# Textbox and submit button at the bottom
|
119 |
with gr.Row():
|