Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,10 @@ import os
|
|
28 |
from io import BytesIO
|
29 |
import h5py
|
30 |
|
|
|
|
|
|
|
|
|
31 |
st.title("""
|
32 |
Image Blurriness Occluded
|
33 |
""")
|
|
|
28 |
from io import BytesIO
|
29 |
import h5py
|
30 |
|
31 |
+
|
32 |
+
st.set_page_config(
|
33 |
+
page_title = "Choose the options"
|
34 |
+
)
|
35 |
st.title("""
|
36 |
Image Blurriness Occluded
|
37 |
""")
|