vasilisNt commited on
Commit
a087ee0
1 Parent(s): abf3c61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -50,6 +50,7 @@ def plot_interactive(uniprot_id):
50
  )
51
 
52
  return fig
 
53
 
54
  selection = st.selectbox("uniprot_id:", df)
55
  uid=df[df.txt==selection].index.values[0]
 
50
  )
51
 
52
  return fig
53
+
54
 
55
  selection = st.selectbox("uniprot_id:", df)
56
  uid=df[df.txt==selection].index.values[0]