Bhargav17 commited on
Commit
6c8f8cc
·
verified ·
1 Parent(s): 42207c7

Update pages/Introduction.py

Browse files
Files changed (1) hide show
  1. 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[Introduction:]")
6
-
7
- st.subheader(":green[whats is numpy:]")
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")