Spaces:
Sleeping
Sleeping
test mobile
Browse files
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,
|
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():
|