prateekbh commited on
Commit
e80c4ee
1 Parent(s): fb7a950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -95,4 +95,7 @@ with gr.Blocks(css=css) as demo:
95
  [submit]
96
  )
97
 
 
 
 
98
  demo.launch()
 
95
  [submit]
96
  )
97
 
98
+ event2 = submit.click(*response_handler)
99
+ # event2.then(*postresponse_handler)
100
+
101
  demo.launch()