aiyubali commited on
Commit
ec01877
·
1 Parent(s): 2e2f27a

template updated

Browse files
Files changed (1) hide show
  1. 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 Shanin</small>
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