Spaces:
Runtime error
Runtime error
imported streamlit ext
Browse files
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
|