changed input image width

This commit is contained in:
2026-05-02 23:33:04 +02:00
parent b423885c55
commit 382dccd398
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ function Bird_CNN() {
disabled={loading}
src={preview}
alt="preview"
style={{ maxHeight: "400px", height: "auto", userSelect: "none", maxWidth: "700px" }}
style={{ height: "100%", userSelect: "none", maxWidth: "700px" }}
/>
</div>