shanty2301 commited on
Commit
fca489f
·
verified ·
1 Parent(s): 10a62a2

Undo wide layout

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
11
  st.set_page_config(
12
  page_title="Blur App",
13
  page_icon="📸",
14
- layout="wide",
15
  )
16
 
17
  st.title("Image blur using segmentation and depth estimation.")
 
11
  st.set_page_config(
12
  page_title="Blur App",
13
  page_icon="📸",
 
14
  )
15
 
16
  st.title("Image blur using segmentation and depth estimation.")