ifw-arz commited on
Commit
f2e9233
1 Parent(s): 1930c94
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def main():
34
 
35
 
36
  fig = plotly_plot(df, time_column, data_column, mittelwert)
37
- fig.update_layout(width = 1200, height = 600)
38
  st.plotly_chart(fig)
39
 
40
 
 
34
 
35
 
36
  fig = plotly_plot(df, time_column, data_column, mittelwert)
37
+ fig.update_layout(width = 1600, height = 600)
38
  st.plotly_chart(fig)
39
 
40