shubham680 commited on
Commit
38fb64b
·
verified ·
1 Parent(s): 7a9e6c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -33,7 +33,12 @@ st.markdown("""
33
  """, unsafe_allow_html=True)
34
 
35
  # Main Heading
36
- st.markdown('<h2 style="text-align: center;"><span style="color:red;">Introduction to Data Science and Artificial Intelligence</span></h2>', unsafe_allow_html=True)
 
 
 
 
 
37
 
38
  # Section: AI
39
  st.markdown('<h3 style="text-align: left; color:red;">What is Artificial Intelligence (AI)?</h3>', unsafe_allow_html=True)
 
33
  """, unsafe_allow_html=True)
34
 
35
  # Main Heading
36
+ #st.markdown('<h2 style="text-align: center;"><span style="color:red;">Introduction to Data Science and Artificial Intelligence</span></h2>', unsafe_allow_html=True)
37
+ st.markdown(
38
+ '<h2 style="text-align: center; color:red; white-space: nowrap;">Introduction to Data Science and Artificial Intelligence</h2>',
39
+ unsafe_allow_html=True
40
+ )
41
+
42
 
43
  # Section: AI
44
  st.markdown('<h3 style="text-align: left; color:red;">What is Artificial Intelligence (AI)?</h3>', unsafe_allow_html=True)