Daniel Cerda Escobar commited on
Commit
6e0a508
·
1 Parent(s): 6f43812

Refresh front

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -105,10 +105,10 @@ with col3:
105
  slice_number = st.select_slider(
106
  'Slices per Image',
107
  options = [
108
- '64',
109
- '16',
110
  '4',
111
- '1',
 
112
  ],
113
  )
114
  overlap_ratio = st.slider(
@@ -165,7 +165,7 @@ with col1:
165
  img2=st.session_state["output_2"],
166
  label1='Raw Diagram',
167
  label2='Inference Prediction',
168
- width=1024,
169
  starting_position=50,
170
  show_labels=True,
171
  make_responsive=True,
 
105
  slice_number = st.select_slider(
106
  'Slices per Image',
107
  options = [
108
+ '1',
 
109
  '4',
110
+ '16',
111
+ '64',
112
  ],
113
  )
114
  overlap_ratio = st.slider(
 
165
  img2=st.session_state["output_2"],
166
  label1='Raw Diagram',
167
  label2='Inference Prediction',
168
+ width=768,
169
  starting_position=50,
170
  show_labels=True,
171
  make_responsive=True,