fatmacankara commited on
Commit
e5bafbe
·
1 Parent(s): 52802dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ st.write('')
54
  st.write('')
55
  st.write('')
56
 
57
- selected_df = df.DataFrame()
58
  with st.form('mform', clear_on_submit=False):
59
  source = st.selectbox('Select the protein structure resource (1: PDB-SwissModel-Modbase, 2: AlphaFold)',[1,2])
60
  impute = st.selectbox('Imputation',[True, False])
 
54
  st.write('')
55
  st.write('')
56
 
57
+ selected_df = pd.DataFrame()
58
  with st.form('mform', clear_on_submit=False):
59
  source = st.selectbox('Select the protein structure resource (1: PDB-SwissModel-Modbase, 2: AlphaFold)',[1,2])
60
  impute = st.selectbox('Imputation',[True, False])