vasilisNt commited on
Commit
87fb83d
1 Parent(s): 3632143

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 700, autosize = False)
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)