TIMBOVILL commited on
Commit
fc3fde7
·
verified ·
1 Parent(s): ac8140f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,6 +97,6 @@ with gr.Blocks(theme=frosted) as demo:
97
  time.sleep(3)
98
  return name * count
99
 
100
- button.click(repeat, [textbox, slider], output)
101
 
102
  demo.launch()
 
97
  time.sleep(3)
98
  return name * count
99
 
100
+ button.click(repeat, [textbox, slider], output)
101
 
102
  demo.launch()