hhalim commited on
Commit
bdb6cf7
1 Parent(s): a651353

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ if uploaded_file is not None:
52
 
53
  # ax2.plot(prediction_index, predictions, label='Predicted')
54
 
55
- plt2.title('Value vs Timestamp original only')
56
 
57
- plt2.legend()
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)