Spaces:
Runtime error
Runtime error
Commit
·
a614bfd
1
Parent(s):
0bd4791
Update app.py
Browse files
app.py
CHANGED
@@ -5,14 +5,7 @@ import streamlit as st
|
|
5 |
from PIL import Image
|
6 |
import cv2
|
7 |
|
8 |
-
|
9 |
-
<style>
|
10 |
-
#root > div:nth-child(1) > div > div > div > div > section > div {padding-top: 0rem;
|
11 |
-
padding-left: 1%;
|
12 |
-
}
|
13 |
-
</style>
|
14 |
-
|
15 |
-
"""
|
16 |
|
17 |
st.set_page_config(layout="wide")
|
18 |
|
|
|
5 |
from PIL import Image
|
6 |
import cv2
|
7 |
|
8 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
st.set_page_config(layout="wide")
|
11 |
|