diff --git a/ai/__pycache__/__init__.cpython-311.pyc b/ai/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000..8bcb2fb Binary files /dev/null and b/ai/__pycache__/__init__.cpython-311.pyc differ diff --git a/ai/__pycache__/local_ai_api.cpython-311.pyc b/ai/__pycache__/local_ai_api.cpython-311.pyc new file mode 100644 index 0000000..fa9977d Binary files /dev/null and b/ai/__pycache__/local_ai_api.cpython-311.pyc differ diff --git a/core/__pycache__/urls.cpython-311.pyc b/core/__pycache__/urls.cpython-311.pyc index 1f807fa..0169f7d 100644 Binary files a/core/__pycache__/urls.cpython-311.pyc and b/core/__pycache__/urls.cpython-311.pyc differ diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index 6867ddf..489c7c7 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/templates/base.html b/core/templates/base.html index 1e7e5fb..2c05fe5 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -3,7 +3,8 @@ - {% block title %}Knowledge Base{% endblock %} + + {% block title %}Baymax Healthcare Companion{% endblock %} {% if project_description %} @@ -13,13 +14,17 @@ {% endif %} + {% load static %} - + {% block head %}{% endblock %} {% block content %}{% endblock %} + diff --git a/core/templates/core/index.html b/core/templates/core/index.html index faec813..c47a06d 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -1,145 +1,51 @@ {% extends "base.html" %} +{% load static %} {% block title %}{{ project_name }}{% endblock %} -{% block head %} - - - - -{% endblock %} - {% block content %}
-
-

Analyzing your requirements and generating your app…

-
- Loading… +
+
+

Hello. I am Baymax. +

+

Your personal healthcare companion. Describe your symptoms below, and I will do my best to help.

+
+
+ +
+
+
+
+
+ {% csrf_token %} +
+ + +
+
+ +
+
+
+ + {% if ai_result %} +
+

Baymax's Analysis:

+ {{ ai_result|linebreaks }} +

+ Disclaimer: This is not a substitute for professional medical advice. Always consult a doctor + for any health concerns. +

+
+ {% endif %} +
-

AppWizzy AI is collecting your requirements and applying the first changes.

-

This page will refresh automatically as the plan is implemented.

-

- Runtime: Django {{ django_version }} · Python {{ python_version }} - — UTC {{ current_time|date:"Y-m-d H:i:s" }} -

-