rwitz commited on
Commit
c958824
1 Parent(s): 1ace03d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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['elo_ratings']=read_elo_ratings()
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():