Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def user_ask(state, chatbot1, chatbot2, textbox):
|
|
102 |
|
103 |
with gr.Blocks() as demo:
|
104 |
state = gr.State({})
|
105 |
-
state
|
106 |
with gr.Row():
|
107 |
# First column for Model A
|
108 |
with gr.Column():
|
|
|
102 |
|
103 |
with gr.Blocks() as demo:
|
104 |
state = gr.State({})
|
105 |
+
state.update({"elo_ratings":read_elo_ratings})
|
106 |
with gr.Row():
|
107 |
# First column for Model A
|
108 |
with gr.Column():
|