summaryrefslogtreecommitdiffstats
path: root/g4f/gui/client/index.html
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-03-25 21:21:09 +0100
committerGitHub <noreply@github.com>2024-03-25 21:21:09 +0100
commitcf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291 (patch)
tree217e6fd1d3440d7e5fe1ce6907c2273d16567827 /g4f/gui/client/index.html
parent~ (diff)
parentUpdate min requirements, Add pycryptodome (diff)
downloadgpt4free-cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291.tar
gpt4free-cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291.tar.gz
gpt4free-cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291.tar.bz2
gpt4free-cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291.tar.lz
gpt4free-cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291.tar.xz
gpt4free-cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291.tar.zst
gpt4free-cf3f8cc6bd7cf7eb0dca1afca4937066c1c1f291.zip
Diffstat (limited to 'g4f/gui/client/index.html')
-rw-r--r--g4f/gui/client/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/gui/client/index.html b/g4f/gui/client/index.html
index 6b9b1ab9..5d40b70e 100644
--- a/g4f/gui/client/index.html
+++ b/g4f/gui/client/index.html
@@ -133,11 +133,11 @@
<div class="box input-box">
<textarea id="message-input" placeholder="Ask a question" cols="30" rows="10"
style="white-space: pre-wrap;resize: none;"></textarea>
- <label class="file-label" for="image" title="Works with Bing, Gemini, OpenaiChat and You">
+ <label class="file-label image-label" for="image" title="Works with Bing, Gemini, OpenaiChat and You">
<input type="file" id="image" name="image" accept="image/*" required/>
<i class="fa-regular fa-image"></i>
</label>
- <label class="file-label" for="camera">
+ <label class="file-label image-label" for="camera">
<input type="file" id="camera" name="camera" accept="image/*" capture="camera" required/>
<i class="fa-solid fa-camera"></i>
</label>