Aurel-test commited on
Commit
199eaca
·
verified ·
1 Parent(s): 35eecc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1473,8 +1473,6 @@ with gr.Blocks(
1473
  status_message = gr.Markdown("")
1474
 
1475
  def on_info_submit(firstname, birthday, city, state):
1476
- state.reset()
1477
-
1478
  info_vis, select_vis, results_vis, message, state = process_user_info(
1479
  firstname, birthday, city, state
1480
  )
 
1473
  status_message = gr.Markdown("")
1474
 
1475
  def on_info_submit(firstname, birthday, city, state):
 
 
1476
  info_vis, select_vis, results_vis, message, state = process_user_info(
1477
  firstname, birthday, city, state
1478
  )