Spaces:
Build error
Build error
freemt
commited on
Commit
•
6a93cbd
1
Parent(s):
fc01a75
Update css height: 20rem
Browse files- radiobee/__main__.py +2 -2
radiobee/__main__.py
CHANGED
@@ -329,12 +329,12 @@ if __name__ == "__main__":
|
|
329 |
"""
|
330 |
## NB
|
331 |
* Click "Clear" first for subsequent submits when uploading files.
|
332 |
-
* Suggested values : min_samples: 4-8, esp (minimum epsilon): 8-12.
|
333 |
- Smaller min_samples or larger esp will result in more aligned pairs but also more **false positives** (pairs falsly identified as candidates). On the other hand, larger min_samples or smaller esp values tend to miss 'good' pairs.
|
334 |
"""
|
335 |
)
|
336 |
css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|
337 |
-
|
338 |
css_file = (
|
339 |
".input_file, .output_file {height: 9rem !important; width: 100% !important;}"
|
340 |
)
|
|
|
329 |
"""
|
330 |
## NB
|
331 |
* Click "Clear" first for subsequent submits when uploading files.
|
332 |
+
* Suggested values : min_samples: 4-8, esp (minimum epsilon): 8-12.
|
333 |
- Smaller min_samples or larger esp will result in more aligned pairs but also more **false positives** (pairs falsly identified as candidates). On the other hand, larger min_samples or smaller esp values tend to miss 'good' pairs.
|
334 |
"""
|
335 |
)
|
336 |
css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|
337 |
+
css = ".output_image, .input_image {height: 20rem !important; width: 100% !important;}"
|
338 |
css_file = (
|
339 |
".input_file, .output_file {height: 9rem !important; width: 100% !important;}"
|
340 |
)
|