Skip to content

Commit

Permalink
Fixed Banner aspect ratio on README
Browse files Browse the repository at this point in the history
  • Loading branch information
aledipa committed Oct 9, 2024
1 parent f40c819 commit 27e302c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<img src="./img/FreeGPT4_Banner(Nicoladipa).png" width="500" height="200" />
<img src="./img/FreeGPT4_Banner(Nicoladipa).png" style="width:100%; max-width:500px; min-width:200px; aspect-ratio: 5/2"/>

[![Docker Image CI](https://github.com/aledipa/Free-GPT4-WEB-API/actions/workflows/docker-image.yml/badge.svg)](https://github.com/aledipa/Free-GPT4-WEB-API/actions/workflows/docker-image.yml)
[![GPT4-API-PyApp](https://github.com/aledipa/Free-GPT4-WEB-API/actions/workflows/python-app.yml/badge.svg)](https://github.com/aledipa/Free-GPT4-WEB-API/actions/workflows/python-app.yml)
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
curl_cffi
aiohttp
aiohttp_socks
auth
Expand All @@ -6,4 +7,4 @@ g4f
Werkzeug>=3.0.3
aiohttp_socks
nodriver
pysqlite3
pysqlite3
4 changes: 2 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
curl_cffi
aiohttp
aiohttp_socks
auth
Expand All @@ -6,5 +7,4 @@ g4f
Werkzeug>=3.0.3
aiohttp_socks
nodriver
pysqlite3
curl_cffi
pysqlite3
Binary file modified tests/.DS_Store
Binary file not shown.

0 comments on commit 27e302c

Please sign in to comment.