nateraw commited on
Commit
d82f852
·
1 Parent(s): 38381e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def on_refresh(data_state):
22
  data_state.update(dict(data))
23
  return [
24
  data_state,
25
- gr.update(choices=list(data_state.keys())),
26
  ]
27
 
28
  def on_submit(run, data):
 
22
  data_state.update(dict(data))
23
  return [
24
  data_state,
25
+ gr.update(choices=sorted(data_state.keys())),
26
  ]
27
 
28
  def on_submit(run, data):