Spaces:
Runtime error
Runtime error
Commit
·
088172b
1
Parent(s):
41ad755
testinig
Browse files- __pycache__/app.cpython-310.pyc +0 -0
- app.py +1 -1
__pycache__/app.cpython-310.pyc
CHANGED
Binary files a/__pycache__/app.cpython-310.pyc and b/__pycache__/app.cpython-310.pyc differ
|
|
app.py
CHANGED
@@ -66,7 +66,7 @@ def gemini_output(image_path,
|
|
66 |
|
67 |
custom_css = """
|
68 |
.image_preview {
|
69 |
-
max-height:
|
70 |
}
|
71 |
|
72 |
.big-font textarea {
|
|
|
66 |
|
67 |
custom_css = """
|
68 |
.image_preview {
|
69 |
+
max-height: 700px; overflow-y: auto !important;
|
70 |
}
|
71 |
|
72 |
.big-font textarea {
|