BenjiELCA commited on
Commit
3968520
·
1 Parent(s): a37d48b

test mobile

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def main():
44
  with prediction_result_placeholder.container():
45
  with st.expander("Show result of prediction"):
46
  with st.spinner('Waiting for result display...'):
47
- display_options(st.session_state.crop_image, st.session_state.score_threshold, is_mobile, int(5/6 * screen_width))
48
 
49
  if not is_mobile:
50
  with additional_options_placeholder.container():
 
44
  with prediction_result_placeholder.container():
45
  with st.expander("Show result of prediction"):
46
  with st.spinner('Waiting for result display...'):
47
+ display_options(st.session_state.crop_image, st.session_state.score_threshold, is_mobile, screen_width)
48
 
49
  if not is_mobile:
50
  with additional_options_placeholder.container():