Prakash N commited on
Commit
d45c3dc
1 Parent(s): fdd79a3

modified subheader

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1,14 +1,16 @@
1
  import streamlit as st
2
 
3
  st.markdown(""" <style> .font {
4
- font-size:70px ; font-family: 'Cooper Black'; color: #FF9633;}
5
  </style> """, unsafe_allow_html=True)
6
 
7
  st.markdown('<p class="font">Now anyone can be a content marketer!</p>', unsafe_allow_html=True)
 
8
 
9
  st.subheader("Don't you wish there was a faster way to summarise your news articles and share it up onto your favourite social media platforms.")
 
10
 
11
- st.markdown(""" ##### LorSor helps you through a simple 3 stage process.
12
 
13
  Step 1: Copy and paste the complete article text in here
14
  (*Coming soon* - Just paste the article URL)
 
1
  import streamlit as st
2
 
3
  st.markdown(""" <style> .font {
4
+ font-size:70px ; font-family: "Helvetica"; color: #FF9633;}
5
  </style> """, unsafe_allow_html=True)
6
 
7
  st.markdown('<p class="font">Now anyone can be a content marketer!</p>', unsafe_allow_html=True)
8
+ st.markdown('#')
9
 
10
  st.subheader("Don't you wish there was a faster way to summarise your news articles and share it up onto your favourite social media platforms.")
11
+ st.markdown('##')
12
 
13
+ st.markdown(""" #### LorSor helps you through a simple 3 stage process.
14
 
15
  Step 1: Copy and paste the complete article text in here
16
  (*Coming soon* - Just paste the article URL)