Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -232,5 +232,5 @@ with gr.Blocks() as app:
|
|
| 232 |
send_code_btn.click(send_verification_code, inputs=email, outputs=signup_output)
|
| 233 |
verify_btn.click(verify_code_and_signup, [first_name, last_name, new_username, email, new_password, confirm_password, code_input], signup_output)
|
| 234 |
|
| 235 |
-
app.launch(share=True
|
| 236 |
|
|
|
|
| 232 |
send_code_btn.click(send_verification_code, inputs=email, outputs=signup_output)
|
| 233 |
verify_btn.click(verify_code_and_signup, [first_name, last_name, new_username, email, new_password, confirm_password, code_input], signup_output)
|
| 234 |
|
| 235 |
+
app.launch(share=True )
|
| 236 |
|