diff --git a/__pycache__/Disease.cpython-311.pyc b/__pycache__/Disease.cpython-311.pyc deleted file mode 100644 index 9ca0811..0000000 Binary files a/__pycache__/Disease.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/forms.cpython-311.pyc b/__pycache__/forms.cpython-311.pyc deleted file mode 100644 index e5dea4a..0000000 Binary files a/__pycache__/forms.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/predict_disease.cpython-311.pyc b/__pycache__/predict_disease.cpython-311.pyc deleted file mode 100644 index 490687f..0000000 Binary files a/__pycache__/predict_disease.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/speechToText.cpython-311.pyc b/__pycache__/speechToText.cpython-311.pyc deleted file mode 100644 index a0358d3..0000000 Binary files a/__pycache__/speechToText.cpython-311.pyc and /dev/null differ diff --git a/backend/__pycache__/mongoConnect.cpython-311.pyc b/backend/__pycache__/mongoConnect.cpython-311.pyc index 5654efc..b1494e5 100644 Binary files a/backend/__pycache__/mongoConnect.cpython-311.pyc and b/backend/__pycache__/mongoConnect.cpython-311.pyc differ diff --git a/templates/login.html b/templates/login.html index 6e463d9..0585dc2 100644 --- a/templates/login.html +++ b/templates/login.html @@ -4,80 +4,67 @@ {% block title %}Login{% endblock title %} {% block body %} -
-

Log In

+ + + + +
+ + {{ wtf.quick_form(login_form, novalidate=True, button_map={"submit": "primary"}) }}

Yet to Register?   Sign Up

- {% endblock body %} - - + {% endblock body %} \ No newline at end of file diff --git a/templates/register.html b/templates/register.html index cd61808..47cf639 100644 --- a/templates/register.html +++ b/templates/register.html @@ -5,203 +5,58 @@ {% block body %} -
-

Sign Up

- {{ wtf.quick_form(register_form, novalidate=True, button_map={"submit": "primary"}) }} -

Already Registered?   Sign In

- -
- -{% endblock body %} -
-
-
-
-
-
-
-

Sign up
-

-
-
-
-
-
- -
- - -
- Please select your user type. -
-
- -
- - -
- Valid middle name is required. -
-
- - - -
- - -
- Valid last name is required. -
-
- - -
- - -
- Please select your user type. -
-
-
- -
- -
- Your username is required. -
-
-
- -
- -
- -
- Your password is required. -
-
-
- -
-
- - -
- -
- - -
- -
-
-
- - -
- Please provide a valid state. -
-
-
+ + + -
- -
- - -
-
- - -
-
-
-
- -
-
- -

-

Already have an account ?  Login -

-
-
-
-
-
-
-
-
-
-
-
+{% endblock body %}
\ No newline at end of file