Spaces:
Running
Running
Vedika commited on
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -227,8 +227,8 @@ html,body{height:100%;overflow:hidden;background:var(--bg-color);color:var(--tex
|
|
| 227 |
<!-- Welcome Screen -->
|
| 228 |
<div class="welcome" id="welcome">
|
| 229 |
<img src="https://i.ibb.co/x8m7DbMk/TIRANGA-20260523-101648-0000.png" alt="Tiranga Logo" class="welcome-logo">
|
| 230 |
-
<div class="welcome-title">
|
| 231 |
-
<div class="welcome-sub">
|
| 232 |
</div>
|
| 233 |
</div>
|
| 234 |
|
|
@@ -489,7 +489,7 @@ async function sendMsg(){
|
|
| 489 |
document.getElementById('msgs').appendChild(botDiv);
|
| 490 |
forceScrollDown();
|
| 491 |
|
| 492 |
-
const sysPrompt = "You are TIRANGA, a state-of-the-art AI assistant developed by Divy
|
| 493 |
|
| 494 |
const payload = {
|
| 495 |
message: msg,
|
|
|
|
| 227 |
<!-- Welcome Screen -->
|
| 228 |
<div class="welcome" id="welcome">
|
| 229 |
<img src="https://i.ibb.co/x8m7DbMk/TIRANGA-20260523-101648-0000.png" alt="Tiranga Logo" class="welcome-logo">
|
| 230 |
+
<div class="welcome-title">Hello There</div>
|
| 231 |
+
<div class="welcome-sub"> I am TIRANGA. For your convenience, I have added new features like memory, workspace, and image generation. Tell me, what shall we create today?"</div>
|
| 232 |
</div>
|
| 233 |
</div>
|
| 234 |
|
|
|
|
| 489 |
document.getElementById('msgs').appendChild(botDiv);
|
| 490 |
forceScrollDown();
|
| 491 |
|
| 492 |
+
const sysPrompt = "You are TIRANGA, a state-of-the-art AI assistant developed by Divy Patel at Vedika AI. your default language is English. Be extremely respectful. Always show immense respect to India. Answer comprehensively.";
|
| 493 |
|
| 494 |
const payload = {
|
| 495 |
message: msg,
|