Owos commited on
Commit
013765a
·
1 Parent(s): 72e6e00

imported streamlit ext

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import numpy as np
7
  #import cv2
8
  from PIL import Image, ImageEnhance
9
  from io import BytesIO
10
- import ste #for download button not to rerun
11
 
12
  st.set_page_config(layout="wide")
13
  #Create two columns with different width
 
7
  #import cv2
8
  from PIL import Image, ImageEnhance
9
  from io import BytesIO
10
+ import streamlit_ext as ste #for download button not to rerun
11
 
12
  st.set_page_config(layout="wide")
13
  #Create two columns with different width