Spaces:
Runtime error
Runtime error
Prakash N
commited on
Commit
·
122cbad
1
Parent(s):
e4bb892
modified subheader
Browse files
app.py
CHANGED
@@ -1,9 +1,14 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
st.
|
4 |
-
|
|
|
5 |
|
6 |
-
st.markdown(""
|
|
|
|
|
|
|
|
|
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)
|