awacke1 commited on
Commit
a35e1f7
·
1 Parent(s): 3d9dd96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -21,11 +21,7 @@ def move_needle_to_hero():
21
 
22
  st.markdown("Continuously practice and apply skills to real-world problems.")
23
 
24
- st.markdown("Visualizing the progress:")
25
- x = np.linspace(0, 10, 100)
26
- y = np.sin(x)
27
- plt.plot(x, y)
28
- st.pyplot()
29
 
30
  uploaded_file = st.sidebar.file_uploader("Upload a file", type=["csv", "txt"])
31
  if uploaded_file is not None:
 
21
 
22
  st.markdown("Continuously practice and apply skills to real-world problems.")
23
 
24
+
 
 
 
 
25
 
26
  uploaded_file = st.sidebar.file_uploader("Upload a file", type=["csv", "txt"])
27
  if uploaded_file is not None: