Terry Zhuo
commited on
Commit
·
a87d51f
1
Parent(s):
bb1048a
update
Browse files
app.py
CHANGED
|
@@ -487,7 +487,7 @@ with main_block as demo:
|
|
| 487 |
index_slider = gr.Slider(minimum=0, maximum=len(DATA)-1, step=1, label="Select Index")
|
| 488 |
# show_solution = gr.Checkbox(label="Show Solution")
|
| 489 |
show_test = gr.Checkbox(label="Show Test Cases")
|
| 490 |
-
update_button = gr.Button("Update
|
| 491 |
|
| 492 |
task_id_output = gr.Textbox(label="Task ID")
|
| 493 |
code_completion = gr.Code(language="python", label="Code Completion")
|
|
|
|
| 487 |
index_slider = gr.Slider(minimum=0, maximum=len(DATA)-1, step=1, label="Select Index")
|
| 488 |
# show_solution = gr.Checkbox(label="Show Solution")
|
| 489 |
show_test = gr.Checkbox(label="Show Test Cases")
|
| 490 |
+
update_button = gr.Button("Update")
|
| 491 |
|
| 492 |
task_id_output = gr.Textbox(label="Task ID")
|
| 493 |
code_completion = gr.Code(language="python", label="Code Completion")
|