Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|