YashMK89 commited on
Commit
790090c
·
verified ·
1 Parent(s): 670b8c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -798,13 +798,13 @@ if st.button(f"Calculate {custom_formula}"):
798
 
799
  y_column = 'Calculated Value'
800
 
801
- # Line Chart
802
- st.subheader("Line Chart")
803
- st.line_chart(result_df.set_index(x_column)[y_column])
804
 
805
- # Bar Chart
806
- st.subheader("Bar Chart")
807
- st.bar_chart(result_df.set_index(x_column)[y_column])
808
 
809
  # Advanced Plot (Plotly)
810
  st.subheader("Advanced Interactive Plot (Plotly)")
 
798
 
799
  y_column = 'Calculated Value'
800
 
801
+ # # Line Chart
802
+ # st.subheader("Line Chart")
803
+ # st.line_chart(result_df.set_index(x_column)[y_column])
804
 
805
+ # # Bar Chart
806
+ # st.subheader("Bar Chart")
807
+ # st.bar_chart(result_df.set_index(x_column)[y_column])
808
 
809
  # Advanced Plot (Plotly)
810
  st.subheader("Advanced Interactive Plot (Plotly)")