Plsek commited on
Commit
3974601
·
1 Parent(s): 125c6bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ if uploaded_file is not None:
109
  wcs = WCS(hdul[0].header)
110
 
111
  # Make four columns for buttons
112
- _, col1, col2, col3, col4, _ = st.columns([1,0.75,0.75,0.75,0.75,,1])
113
  col1.subheader("Input image")
114
  col3.subheader("Prediction")
115
 
 
109
  wcs = WCS(hdul[0].header)
110
 
111
  # Make four columns for buttons
112
+ _, col1, col2, col3, col4, _ = st.columns([1,0.75,0.75,0.75,0.75,1])
113
  col1.subheader("Input image")
114
  col3.subheader("Prediction")
115