Spaces:
Runtime error
Runtime error
Commit
·
41b8aa3
1
Parent(s):
3c50bd4
testing
Browse files- __pycache__/app.cpython-310.pyc +0 -0
- app.py +3 -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
@@ -65,7 +65,9 @@ def gemini_output(image_path,
|
|
65 |
|
66 |
|
67 |
custom_css = """
|
68 |
-
|
|
|
|
|
69 |
|
70 |
.big-font textarea {
|
71 |
font-size: 20px !important;
|
|
|
65 |
|
66 |
|
67 |
custom_css = """
|
68 |
+
.image_preview {
|
69 |
+
overflow-y: scroll !important;
|
70 |
+
}
|
71 |
|
72 |
.big-font textarea {
|
73 |
font-size: 20px !important;
|