Prakash N commited on
Commit
122cbad
1 Parent(s): e4bb892

modified subheader

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -1,9 +1,14 @@
1
  import streamlit as st
2
 
3
- st.title("Now anyone can be a content marketer!")
4
- 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."
 
5
 
6
- st.markdown(""" ## LorSor helps you through a simple 3 stage process.
 
 
 
 
7
 
8
  1. Step 1: Copy and paste the complete article text in here
9
  (*Coming soon* - Just paste the article URL)
 
1
  import streamlit as st
2
 
3
+ st.markdown(""" <style> .font {
4
+ font-size:50px ; 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
  1. Step 1: Copy and paste the complete article text in here
14
  (*Coming soon* - Just paste the article URL)