template updated
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -40,7 +40,7 @@
|
|
| 40 |
<img src="{{ url_for('static', filename='icon.png') }}" class="chat-avatar w-[55px] h-[55px] mr-3">
|
| 41 |
<div>
|
| 42 |
<h5 class="mb-0 text-lg font-semibold">Bangla LLM Text Summarizer</h5>
|
| 43 |
-
<small class="text-white/80 text-sm">Powered by
|
| 44 |
</div>
|
| 45 |
</div>
|
| 46 |
|
|
|
|
| 40 |
<img src="{{ url_for('static', filename='icon.png') }}" class="chat-avatar w-[55px] h-[55px] mr-3">
|
| 41 |
<div>
|
| 42 |
<h5 class="mb-0 text-lg font-semibold">Bangla LLM Text Summarizer</h5>
|
| 43 |
+
<small class="text-white/80 text-sm">Powered by Aiyub</small>
|
| 44 |
</div>
|
| 45 |
</div>
|
| 46 |
|