bug_fix
Browse files
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(
|
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",
|