Update app.py
Browse files
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 |
-
|
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:
|