Spaces:
Runtime error
Runtime error
Update templates/chatwidget.html
Browse files- templates/chatwidget.html +14 -5
templates/chatwidget.html
CHANGED
|
@@ -545,6 +545,7 @@
|
|
| 545 |
font-size: xx-large;
|
| 546 |
font-weight: bolder;
|
| 547 |
display: flex;
|
|
|
|
| 548 |
justify-content: center;
|
| 549 |
align-items: center;
|
| 550 |
}
|
|
@@ -557,13 +558,21 @@
|
|
| 557 |
text-align: center;
|
| 558 |
width: 100vw;
|
| 559 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 560 |
</style>
|
| 561 |
-
|
| 562 |
-
<label>User Id</label>
|
| 563 |
-
<input type="text" id="user_id" />
|
| 564 |
-
</div>
|
| 565 |
<div class="marwadi">
|
| 566 |
-
Welcome To AI
|
|
|
|
|
|
|
|
|
|
|
|
|
| 567 |
</div>
|
| 568 |
<div id="chat-circle" class="btn btn-raised" style="">
|
| 569 |
<div id="chat-overlay"></div>
|
|
|
|
| 545 |
font-size: xx-large;
|
| 546 |
font-weight: bolder;
|
| 547 |
display: flex;
|
| 548 |
+
flex-direction: column;
|
| 549 |
justify-content: center;
|
| 550 |
align-items: center;
|
| 551 |
}
|
|
|
|
| 558 |
text-align: center;
|
| 559 |
width: 100vw;
|
| 560 |
}
|
| 561 |
+
#user_id {
|
| 562 |
+
width: 20%;
|
| 563 |
+
height: 2rem;
|
| 564 |
+
border-radius: 5px;
|
| 565 |
+
border: 1px solid #000;
|
| 566 |
+
padding: 0.5rem;
|
| 567 |
+
}
|
| 568 |
</style>
|
| 569 |
+
|
|
|
|
|
|
|
|
|
|
| 570 |
<div class="marwadi">
|
| 571 |
+
Welcome To AI Bestie
|
| 572 |
+
<div class="bestie">
|
| 573 |
+
<label>User Name</label>
|
| 574 |
+
<input type="text" id="user_id" />
|
| 575 |
+
</div>
|
| 576 |
</div>
|
| 577 |
<div id="chat-circle" class="btn btn-raised" style="">
|
| 578 |
<div id="chat-overlay"></div>
|