diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-04-06 18:07:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-06 18:07:43 +0200 |
commit | 93f6084055d1b55789bf833e83dc201222d486cf (patch) | |
tree | 595ccdd3afcb07c13cf186dedf8b621e28b9cba0 /g4f/gui/client | |
parent | Update index.html (diff) | |
download | gpt4free-93f6084055d1b55789bf833e83dc201222d486cf.tar gpt4free-93f6084055d1b55789bf833e83dc201222d486cf.tar.gz gpt4free-93f6084055d1b55789bf833e83dc201222d486cf.tar.bz2 gpt4free-93f6084055d1b55789bf833e83dc201222d486cf.tar.lz gpt4free-93f6084055d1b55789bf833e83dc201222d486cf.tar.xz gpt4free-93f6084055d1b55789bf833e83dc201222d486cf.tar.zst gpt4free-93f6084055d1b55789bf833e83dc201222d486cf.zip |
Diffstat (limited to 'g4f/gui/client')
-rw-r--r-- | g4f/gui/client/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/gui/client/index.html b/g4f/gui/client/index.html index 76025ebf..f63932e7 100644 --- a/g4f/gui/client/index.html +++ b/g4f/gui/client/index.html @@ -49,7 +49,7 @@ <body> <div class="gradient"></div> <div class="row"> - <div class="box conversations"> + <div class="box conversations hidden"> <div class="top"> <button class="new_convo" onclick="new_conversation()"> <i class="fa-regular fa-plus"></i> |