summaryrefslogtreecommitdiffstats
path: root/g4f/gui/client/html/index.html
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-02-29 16:26:47 +0100
committerGitHub <noreply@github.com>2024-02-29 16:26:47 +0100
commitb10516a5121567aaef2f5d5c32e5c005d36ba82b (patch)
tree552533c44ebdd63263395b492bf78246ae56e1c5 /g4f/gui/client/html/index.html
parentUpdate OpenaiChat.py (diff)
parentIgnore empty auth header in api (diff)
downloadgpt4free-b10516a5121567aaef2f5d5c32e5c005d36ba82b.tar
gpt4free-b10516a5121567aaef2f5d5c32e5c005d36ba82b.tar.gz
gpt4free-b10516a5121567aaef2f5d5c32e5c005d36ba82b.tar.bz2
gpt4free-b10516a5121567aaef2f5d5c32e5c005d36ba82b.tar.lz
gpt4free-b10516a5121567aaef2f5d5c32e5c005d36ba82b.tar.xz
gpt4free-b10516a5121567aaef2f5d5c32e5c005d36ba82b.tar.zst
gpt4free-b10516a5121567aaef2f5d5c32e5c005d36ba82b.zip
Diffstat (limited to 'g4f/gui/client/html/index.html')
-rw-r--r--g4f/gui/client/html/index.html30
1 files changed, 17 insertions, 13 deletions
diff --git a/g4f/gui/client/html/index.html b/g4f/gui/client/html/index.html
index 9ef8a820..96829b2c 100644
--- a/g4f/gui/client/html/index.html
+++ b/g4f/gui/client/html/index.html
@@ -112,19 +112,23 @@
</div>
</div>
<div class="conversation">
- <div class="stop_generating stop_generating-hidden">
- <button id="cancelButton">
- <span>Stop Generating</span>
- <i class="fa-regular fa-stop"></i>
- </button>
- </div>
- <div class="regenerate regenerate-hidden">
- <button id="regenerateButton">
- <span>Regenerate</span>
- <i class="fa-solid fa-rotate"></i>
- </button>
- </div>
- <div class="box" id="messages">
+ <div id="messages" class="box"></div>
+ <div class="toolbar">
+ <div id="input-count" class="">
+ &nbsp;
+ </div>
+ <div class="stop_generating stop_generating-hidden">
+ <button id="cancelButton">
+ <span>Stop Generating</span>
+ <i class="fa-regular fa-stop"></i>
+ </button>
+ </div>
+ <div class="regenerate regenerate-hidden">
+ <button id="regenerateButton">
+ <span>Regenerate</span>
+ <i class="fa-solid fa-rotate"></i>
+ </button>
+ </div>
</div>
<div class="user-input">
<div class="box input-box">