diff --git a/README.md b/README.md index 7d3f15f..7e3f3fa 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,13 @@ Fatrocu is an AI-powered application that allows you to quickly and easily analy 2. Right-click the file and select "Extract here." 3. Open the `Fatrocu-win32-x64` folder. 4. Double-click the `Fatrocu.exe` file. - 5. Once the application opens, click the API Key button at the top right and enter your Gemini API key provided by Google. + 5. Once the application opens, click the 'Settings' button at the top right and enter your Gemini API key provided by Google. 6. Return to the main page and start using the application. + +- ### Web Browser + 1. Go to nec0ti.github.io/Fatrocu. + 2. Click the 'Settings' button at the top right and enter your Gemini API key provided by Google. + 3. Return to the main page and start using the application. ## TODO - [x] PDF/PNG/JPG analysis feature diff --git a/index.html b/index.html index 611c23e..2642675 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,14 @@ .action-buttons button:hover { background-color: #45a049; } - + + #invoiceName { + width: 100%; + max-width: 1500px; + padding: 8px; + font-size: 16px; + box-sizing: border-box; + }