Footer Adjustments

This commit is contained in:
ebolam
2022-08-25 08:13:45 -04:00
parent 8f0933d4d7
commit dfb18b3b2a
2 changed files with 11 additions and 9 deletions

View File

@@ -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>

View File

@@ -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>