Spaces:
Sleeping
Sleeping
second commit
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def enable_second_task(secret):
|
|
12 |
return gr.Textbox.update(visible=False)
|
13 |
|
14 |
submit_button = gr.Button("Submit")
|
15 |
-
submit_button.click(
|
16 |
|
17 |
|
18 |
iface = gr.Interface(fn=greet, inputs=[textbox], outputs="text")
|
|
|
12 |
return gr.Textbox.update(visible=False)
|
13 |
|
14 |
submit_button = gr.Button("Submit")
|
15 |
+
submit_button.click(enable_second_task, textbox, textbox)
|
16 |
|
17 |
|
18 |
iface = gr.Interface(fn=greet, inputs=[textbox], outputs="text")
|