cerquide commited on
Commit
f7bf7ed
·
1 Parent(s): d0a8678

Fixed wide mode

Browse files
Files changed (1) hide show
  1. AI-xpansion.py +3 -1
AI-xpansion.py CHANGED
@@ -86,7 +86,9 @@ def load_images(examples):
86
  example_paths[ex][stage] = start_path+stage+"/"+ex
87
  example_images[ex][stage] = raw_image(example_paths[ex][stage])
88
  return example_paths, example_images
89
-
 
 
90
  init_sess()
91
  # Set the title of the app
92
  st.write("### AI-xpansion: Estimation of the expansion of a Cumulus Oocyte Complex (COC)")
 
86
  example_paths[ex][stage] = start_path+stage+"/"+ex
87
  example_images[ex][stage] = raw_image(example_paths[ex][stage])
88
  return example_paths, example_images
89
+
90
+
91
+ st.set_page_config(layout="wide")
92
  init_sess()
93
  # Set the title of the app
94
  st.write("### AI-xpansion: Estimation of the expansion of a Cumulus Oocyte Complex (COC)")