Spaces:
Running
Running
update
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ register(get_files)
|
|
11 |
|
12 |
with gr.Blocks() as block:
|
13 |
textbox = gr.inputs.Textbox(label='Function Register')
|
14 |
-
button = gr.Button(value="Show
|
15 |
button.click(get_register,inputs=None,outputs=[textbox])
|
16 |
|
17 |
block.launch()
|
|
|
11 |
|
12 |
with gr.Blocks() as block:
|
13 |
textbox = gr.inputs.Textbox(label='Function Register')
|
14 |
+
button = gr.Button(value="Show Function Calls")
|
15 |
button.click(get_register,inputs=None,outputs=[textbox])
|
16 |
|
17 |
block.launch()
|