File size: 989 Bytes
732fdf3
 
647f25b
212143d
673114e
e4bb892
647f25b
451edcb
647f25b
 
451edcb
647f25b
451edcb
647f25b
 
 
 
 
 
0feaf78
732fdf3
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import streamlit as st

st.title("Now anyone can be a content marketer!")
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."

st.markdown(""" ## LorSor helps you through a simple 3 stage process. 

                1. Step 1: Copy and paste the complete article text in here 
                (*Coming soon* - Just paste the article URL)

                2. Step 2: Evaluate the generated summary and make minor edits as required

                3. Step 3: Copy and paste the summary when posting the article link to your social media 
                (*Coming soon* - Login to social media and schedule your post and we'll automate the process)

                Kick back and think about what you're going to do with all the time that you've saved!

                Send any feedback to [email protected]
                """)

x = st.slider('Select a value')
st.write(x, ' squared is', x * x)