mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Footer Adjustments
This commit is contained in:
@@ -297,7 +297,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer" style="border-top:2px;border-top-color:grey;border-top-style: solid;">
|
||||||
<span>Execution Time: <span id="Execution Time"></span></span> |
|
<span>Execution Time: <span id="Execution Time"></span></span> |
|
||||||
<span>Remaining Time: <span class="var_sync_model_tqdm_rem_time"></span></span> | <span id="var_time"></span>
|
<span>Remaining Time: <span class="var_sync_model_tqdm_rem_time"></span></span> | <span id="var_time"></span>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -90,13 +90,15 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="token_breakdown">
|
<div style="border-top:2px;border-top-color:grey;border-top-style: solid;">
|
||||||
<div id="memory_tokens" style="width:40%; background-color: #3572A5;"></div>
|
<div class="token_breakdown">
|
||||||
<div id="authors_notes_tokens" style="width:10%; background-color: #f1e05a;"></div>
|
<div id="memory_tokens" style="width:40%; background-color: #3572A5;"></div>
|
||||||
<div id="world_info_tokens" style="width:20%; background-color: #563d7c;"></div>
|
<div id="authors_notes_tokens" style="width:10%; background-color: #f1e05a;"></div>
|
||||||
<div id="prompt_tokens" style="width:40%; background-color: #e34c26;"></div>
|
<div id="world_info_tokens" style="width:20%; background-color: #563d7c;"></div>
|
||||||
<div id="game_text_tokens" style="width:10%; background-color: #c6538c ;"></div>
|
<div id="prompt_tokens" style="width:40%; background-color: #e34c26;"></div>
|
||||||
<div id="submit_tokens" style="width:20%; background-color: #ededed ;"></div>
|
<div id="game_text_tokens" style="width:10%; background-color: #c6538c ;"></div>
|
||||||
<div id="unused_tokens" style="width:20%; background-color: white;"></div>
|
<div id="submit_tokens" style="width:20%; background-color: #ededed ;"></div>
|
||||||
|
<div id="unused_tokens" style="width:20%; background-color: white;"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user