Spaces:
Running
Running
Update app.py
Browse files
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]
|