analist commited on
Commit
52d03a5
1 Parent(s): b1e5856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,3 +11,4 @@ with col2:
11
  choice = st.selectbox('Scale to', ['x2', 'x3', 'x4'])
12
  model_choice = st.selectbox('Model', ['EDSR', 'PAN', 'CARN'])
13
 
 
 
11
  choice = st.selectbox('Scale to', ['x2', 'x3', 'x4'])
12
  model_choice = st.selectbox('Model', ['EDSR', 'PAN', 'CARN'])
13
 
14
+ st.text(choice)