Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -442,7 +442,7 @@ with st.spinner('Wait for it...'):
|
|
442 |
|
443 |
else:
|
444 |
if screen_width<=485:
|
445 |
-
screen_width = screen_width//1
|
446 |
else:
|
447 |
screen_width = int(screen_width//2.3) if screen_width!=820 else screen_width//2
|
448 |
screen_height = int(screen_height//2.16) if screen_height!=1180 else screen_height//2
|
|
|
442 |
|
443 |
else:
|
444 |
if screen_width<=485:
|
445 |
+
screen_width = screen_width//1.05
|
446 |
else:
|
447 |
screen_width = int(screen_width//2.3) if screen_width!=820 else screen_width//2
|
448 |
screen_height = int(screen_height//2.16) if screen_height!=1180 else screen_height//2
|