prateekbh commited on
Commit
c4d9f0b
·
verified ·
1 Parent(s): 8ff5883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,6 +102,6 @@ with gr.Blocks(css=css) as demo:
102
  )
103
 
104
  event = submit.click(*response_handler)
105
- event.then(*postresponse_handler)
106
 
107
  demo.launch()
 
102
  )
103
 
104
  event = submit.click(*response_handler)
105
+ # event.then(*postresponse_handler)
106
 
107
  demo.launch()