Update pages/Introduction.py
Browse files- pages/Introduction.py +3 -3
pages/Introduction.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
import numpy as np
|
| 3 |
import pandas as pd
|
| 4 |
st.title("NUMPY")
|
| 5 |
-
st.header(":blue[
|
| 6 |
-
|
| 7 |
-
st.
|
| 8 |
st.image("use numpy.png",caption="use")
|
|
|
|
| 2 |
import numpy as np
|
| 3 |
import pandas as pd
|
| 4 |
st.title("NUMPY")
|
| 5 |
+
st.header(":blue[Understanding Numpy :]")
|
| 6 |
+
st.write("NumPy is a Python library used for working with arrays.")
|
| 7 |
+
st.write("Numpy is a general-purpose array-processing package. It provides a high-performance multidimensional array object, and tools for working with these arrays.It is the fundamental package for scientific computing with Python.")
|
| 8 |
st.image("use numpy.png",caption="use")
|