ronakreddy18 commited on
Commit
0641a62
·
verified ·
1 Parent(s): 426089f

Update pages/introds.py

Browse files
Files changed (1) hide show
  1. pages/introds.py +11 -0
pages/introds.py CHANGED
@@ -81,3 +81,14 @@ st.markdown(
81
  """,
82
  unsafe_allow_html=True
83
  )
 
 
 
 
 
 
 
 
 
 
 
 
81
  """,
82
  unsafe_allow_html=True
83
  )
84
+ # Header section
85
+ st.markdown("<h1>Welcome to DEEP LEARNING </h1>", unsafe_allow_html=True)
86
+ # Main content
87
+ st.markdown(
88
+ "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
89
+ " Deep learning is an artificial intelligence (AI) method that teaches computers to process data in a way inspired by the human brain.
90
+ Deep learning models can recognize complex pictures, text, sounds, and other data patterns to produce accurate insights and predictions.
91
+ You can use deep learning methods to automate tasks that typically require human intelligence,
92
+ such as describing images or transcribing a sound file into text ."
93
+ "</p>",
94
+ unsafe_allow_html=True)