Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,8 +52,8 @@ if uploaded_file is not None:
|
|
| 52 |
|
| 53 |
# ax2.plot(prediction_index, predictions, label='Predicted')
|
| 54 |
|
| 55 |
-
|
| 56 |
|
| 57 |
-
|
| 58 |
|
| 59 |
st.pyplot(fig2)
|
|
|
|
| 52 |
|
| 53 |
# ax2.plot(prediction_index, predictions, label='Predicted')
|
| 54 |
|
| 55 |
+
plt.title('Value vs Timestamp original only')
|
| 56 |
|
| 57 |
+
plt.legend()
|
| 58 |
|
| 59 |
st.pyplot(fig2)
|