JUNGU commited on
Commit
caa7567
·
1 Parent(s): 87d5e36
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ elif regression_type == "Random Forest Regression":
125
  axes[1].legend(loc='upper right')
126
  axes[1].set_title('HSV Values')
127
 
128
- st.pyplot(figst.pyplot(fig)uploaded_file = st.file_uploader("Choose a CSV file", type="csv")
129
 
130
  time_frame_options = [
131
  "All",
 
125
  axes[1].legend(loc='upper right')
126
  axes[1].set_title('HSV Values')
127
 
128
+ st.pyplot(fig)uploaded_file = st.file_uploader("Choose a CSV file", type="csv")
129
 
130
  time_frame_options = [
131
  "All",