warhawkmonk commited on
Commit
f3f4a24
·
verified ·
1 Parent(s): 8e67824

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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