rwitz commited on
Commit
a501020
Β·
1 Parent(s): db59739

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- tie_btn_b = gr.Button(value="🀝 Tie", interactive=False)
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():