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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -112,9 +112,7 @@ with gr.Blocks() as demo:
112
  with gr.Column():
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():
120
  textbox = gr.Textbox(placeholder="Enter your prompt and press ENTER")
 
112
  with gr.Column():
113
  chatbot2 = gr.Chatbot(label='Model B')
114
  with gr.Row():
115
+ upvote_btn_b = gr.Button(value="πŸ‘ Upvote B", interactive=False)
 
 
116
  # Textbox and submit button at the bottom
117
  with gr.Row():
118
  textbox = gr.Textbox(placeholder="Enter your prompt and press ENTER")