Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|