Spaces:
Running
Running
Update templates/home.html
Browse files- templates/home.html +1 -1
templates/home.html
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
<body>
|
11 |
<header class="intro">
|
12 |
<div class="return">
|
13 |
-
<i class="fa-solid fa-arrow-left"></i>
|
14 |
</div>
|
15 |
<img src="/resources/aiRobot1.png" alt="AI Assistant Chris">
|
16 |
<span>Hi, I’m <em>Aidan</em>, your AI assistant. How can I help you today?</span>
|
|
|
10 |
<body>
|
11 |
<header class="intro">
|
12 |
<div class="return">
|
13 |
+
<i class="fa-solid fa-arrow-left" style="cursor:pointer;"></i>
|
14 |
</div>
|
15 |
<img src="/resources/aiRobot1.png" alt="AI Assistant Chris">
|
16 |
<span>Hi, I’m <em>Aidan</em>, your AI assistant. How can I help you today?</span>
|