Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,5 +52,5 @@ def plot_interactive(uniprot_id):
|
|
52 |
|
53 |
uid = st.selectbox("uniprot_id:", uids)
|
54 |
fig = plot_interactive(uid)
|
55 |
-
fig.update_layout(width = 800, height =
|
56 |
st.plotly_chart(fig, use_container_width=True)
|
|
|
52 |
|
53 |
uid = st.selectbox("uniprot_id:", uids)
|
54 |
fig = plot_interactive(uid)
|
55 |
+
fig.update_layout(width = 800, height = 600, autosize = False)
|
56 |
st.plotly_chart(fig, use_container_width=True)
|