Spaces:
Runtime error
Runtime error
test: 600, 600
Browse files- pages/1_📈_Plotting.py +1 -1
pages/1_📈_Plotting.py
CHANGED
@@ -66,6 +66,6 @@ if 'df_plot' in list(st.session_state.keys()):
|
|
66 |
st.caption(f"Columns of df_plot: {list(df_plot_t.columns)}")
|
67 |
st.caption(f"Axes of df_plot: {df_plot_t.axes}")
|
68 |
st.dataframe(df_plot_t)
|
69 |
-
st.line_chart(df_plot_t, y=list(df_plot_t.columns), height=
|
70 |
elif df_base.empty and file:
|
71 |
st.warning("Consider running outlier detection to clean your data!", icon="⚠️")
|
|
|
66 |
st.caption(f"Columns of df_plot: {list(df_plot_t.columns)}")
|
67 |
st.caption(f"Axes of df_plot: {df_plot_t.axes}")
|
68 |
st.dataframe(df_plot_t)
|
69 |
+
st.line_chart(df_plot_t, y=list(df_plot_t.columns), height=600, width=600)
|
70 |
elif df_base.empty and file:
|
71 |
st.warning("Consider running outlier detection to clean your data!", icon="⚠️")
|