From 85c8dc6ab7f66a667a9c06ba1ad6a564b22d8387 Mon Sep 17 00:00:00 2001 From: Dima Date: Mon, 15 May 2023 22:44:07 +0200 Subject: [PATCH 1/2] Improving file system --- vercel_app/static/css/styles.css | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 vercel_app/static/css/styles.css diff --git a/vercel_app/static/css/styles.css b/vercel_app/static/css/styles.css new file mode 100644 index 0000000..e69de29 From f47c649ca76332eaff15fed50bc557167fe3ee37 Mon Sep 17 00:00:00 2001 From: Dima Date: Sun, 21 May 2023 07:20:14 +0200 Subject: [PATCH 2/2] code changing --- templates/base.html | 3 + templates/web_chat.html | 497 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 494 insertions(+), 6 deletions(-) diff --git a/templates/base.html b/templates/base.html index 2ce0038..740e926 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,6 +16,7 @@ + @@ -30,6 +31,8 @@ {% block title %}{% endblock %} +{% block styles %} + {% endblock %} diff --git a/templates/web_chat.html b/templates/web_chat.html index f9b87c7..5f7379e 100644 --- a/templates/web_chat.html +++ b/templates/web_chat.html @@ -2,17 +2,502 @@ {% load static %} {% block head_desc %}PlanerAI Web Chat{% endblock %} {% block title %}Web Chat | PlannerAI{% endblock %} +{% block styles %} {% endblock %} {% block page_content %} +
+ + +
+
+
+ +
+
+
+

Chat

+
-
-
-

Welcome to Planner-AI

-
-

Test content

+
+
+
+
    +
  • +
    + +
    +
    + +
    +
  • +
  • +
    + +
    +
    +
    + User +

    Hi, I would like to buy a lot of candies.

    +

    + 09:23AM +

    +
    +
    +
  • +
  • +
    + +
    +
    +
    + Planner-AI +

    Shipment is free. You\'ll get your candies tomorrow!

    +

    + 09:25 +

    +
    +
    +
  • +
  • +
    + +
    +
    +
    + User +

    Wow, that\'s great!

    +

    + 09:27 +

    +
    +
    +
  • +
  • +
    + +
    +
    +
    + User +

    Ok. Thanks for the answer. Appreciated.

    +

    + 09:28 +

    +
    +
    +
  • +
  • +
    + +
    +
    +
    + Planner-AI +

    You are welcome!
    Is there anything else I can do for you today?

    +

    + 09:30 +

    +
    +
    +
  • +
  • +
    + +
    +
    + +
    +
  • +
  • +
    + +
    +
    +
    + Planner-AI +

    Thank you for contacting us today

    +

    + 09:32 +

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