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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -441,7 +441,7 @@ with st.spinner('Wait for it...'):
441
  vector_store.append((embedding, chunk.page_content) )
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
 
441
  vector_store.append((embedding, chunk.page_content) )
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