duypro247 commited on
Commit
ab4656e
1 Parent(s): 35a3555

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,6 +15,6 @@ demo = gr.Blocks()
15
  with demo:
16
  text = gr.Textbox()
17
  b1 = gr.Button("Restart Space")
18
- b1.click(restart_space, textbox)
19
 
20
  demo.launch()
 
15
  with demo:
16
  text = gr.Textbox()
17
  b1 = gr.Button("Restart Space")
18
+ b1.click(restart_space, text)
19
 
20
  demo.launch()