hhalim commited on
Commit
a651353
·
1 Parent(s): 138294a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ if uploaded_file is not None:
44
  st.pyplot(fig)
45
 
46
  # Create a plot with Matplotlib and display it in Streamlit app
47
- fig2, ax2 = plt2.subplots()
48
 
49
  ax2.plot(df.index, df['value'], label='Original')
50
 
 
44
  st.pyplot(fig)
45
 
46
  # Create a plot with Matplotlib and display it in Streamlit app
47
+ fig2, ax2 = plt.subplots()
48
 
49
  ax2.plot(df.index, df['value'], label='Original')
50