cciausu97 commited on
Commit
b0384b9
·
verified ·
1 Parent(s): 2a0df13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -151,13 +151,7 @@ def clear_file():
151
  clear_prompts()
152
 
153
  #############################################
154
- st.image(Image.open('idc_intro_extended.jpg'), use_column_width=True)
155
- st.write("Please see below how to select a SeriesInstanceUID from Imaging Data Commons Portal to try with SegVol!")
156
- file_ = open("idc_serieUID_selection.gif", "rb")
157
- contents = file_.read()
158
- data_url = base64.b64encode(contents).decode("utf-8")
159
- file_.close()
160
- st.markdown(f'<img src="data:image/gif;base64,{data_url}>',unsafe_allow_html = True)
161
  st.write("What is left is to paste the copied SeriesInstanceUID as showed above into the filter by DICOM SeriesInstanceUID box.")
162
 
163
  st.write("Below is an overview of the SegVol method and authors acknowledgement.")
 
151
  clear_prompts()
152
 
153
  #############################################
154
+ st.st.image("idc_serieUID_selection.gif")
 
 
 
 
 
 
155
  st.write("What is left is to paste the copied SeriesInstanceUID as showed above into the filter by DICOM SeriesInstanceUID box.")
156
 
157
  st.write("Below is an overview of the SegVol method and authors acknowledgement.")