Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -99,15 +99,6 @@ def user_ask(state, chatbot1, chatbot2, textbox, upvote_btn_a, upvote_btn_b):
|
|
99 |
|
100 |
# ... [Rest of your existing functions] ...
|
101 |
|
102 |
-
with gr.Blocks() as demo:
|
103 |
-
state = gr.State({})
|
104 |
-
with gr.Row():
|
105 |
-
# First column for Model A
|
106 |
-
with gr.Column():
|
107 |
-
chatbot1 = gr.Chatbot(label='Model A')
|
108 |
-
upvote_btn_a = gr.Button(value="👍
|
109 |
-
|
110 |
-
# ... [Rest of your existing functions] ...
|
111 |
|
112 |
with gr.Blocks() as demo:
|
113 |
state = gr.State({})
|
|
|
99 |
|
100 |
# ... [Rest of your existing functions] ...
|
101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
|
103 |
with gr.Blocks() as demo:
|
104 |
state = gr.State({})
|