aashwinik commited on
Commit
d3afbd4
·
verified ·
1 Parent(s): 8060513

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -131,6 +131,7 @@ replay=st.button('Replay')
131
 
132
  #Button functionality
133
  if submit:
 
134
  response=validate_userInput(user_input)
135
  if response:
136
  update_legalNumbers(user_input)
 
131
 
132
  #Button functionality
133
  if submit:
134
+ response=validate_userInput(user_input)
135
  response=validate_userInput(user_input)
136
  if response:
137
  update_legalNumbers(user_input)