Spaces:
Running
Running
Update app.py
Browse files
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)")
|