ifw-arz commited on
Commit
da1823a
1 Parent(s): 0e4a4c1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def main():
89
  with col1:
90
  try:
91
  fig = surface_plot(selected_file)
92
- fig.update_layout(height=800, width=800)
93
  st.plotly_chart(fig, theme="streamlit", use_container_width=False)
94
  except:
95
  pass
 
89
  with col1:
90
  try:
91
  fig = surface_plot(selected_file)
92
+ fig.update_layout(height=800, width=1100)
93
  st.plotly_chart(fig, theme="streamlit", use_container_width=False)
94
  except:
95
  pass