vasilisNt commited on
Commit
4974b16
1 Parent(s): d9ee722

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ def plot_interactive(uniprot_id):
47
  " (%{z:.2f})",
48
  ])+'<extra></extra>'
49
  )
 
50
  return fig
51
 
52
  uid = st.selectbox("uniprot_id:", uids)
 
47
  " (%{z:.2f})",
48
  ])+'<extra></extra>'
49
  )
50
+ fig.layout.width = 800
51
  return fig
52
 
53
  uid = st.selectbox("uniprot_id:", uids)