Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|