Spaces:
Running
Running
Update app.py
Browse files
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
|
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
|