yoon-gu commited on
Commit
d97e07f
β€’
1 Parent(s): dbcbadd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -243,13 +243,6 @@ with gr.Blocks() as demo:
243
 
244
  random_buttons = [gr.Button(value=c) for c in infos[user].candidates]
245
  return new_dropdown, btn, md, gr.Dropdown(USERS, value=user, label="μ‚¬μš©μž", info="당신은 λˆ„κ΅¬μ‹ κ°€μš”?", allow_custom_value=True), infos[user].history, *random_buttons
246
-
247
- user.blur(update_table,
248
- inputs=None,
249
- outputs=[play, leader_board, chatbot, button1, button2, button3, button4])
250
- user.select(update_table,
251
- inputs=None,
252
- outputs=[play, leader_board, chatbot, button1, button2, button3, button4])
253
 
254
  demo.load(update_table,
255
  inputs=None,
 
243
 
244
  random_buttons = [gr.Button(value=c) for c in infos[user].candidates]
245
  return new_dropdown, btn, md, gr.Dropdown(USERS, value=user, label="μ‚¬μš©μž", info="당신은 λˆ„κ΅¬μ‹ κ°€μš”?", allow_custom_value=True), infos[user].history, *random_buttons
 
 
 
 
 
 
 
246
 
247
  demo.load(update_table,
248
  inputs=None,