Spaces:
Runtime error
Runtime error
Prakash N
commited on
Commit
·
647f25b
1
Parent(s):
148e7e9
modified subheader
Browse files
app.py
CHANGED
@@ -1,7 +1,21 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
st.title("
|
4 |
-
st.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
x = st.slider('Select a value')
|
7 |
st.write(x, ' squared is', x * x)
|
|
|
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
|
5 |
+
favourite social media platforms. LorSor helps you through a simple 3 stage process.
|
6 |
+
|
7 |
+
Step 1: Copy and paste the complete article text in here
|
8 |
+
(*Coming soon* - Just paste the article URL)
|
9 |
+
|
10 |
+
Step 2: Evaluate the generated summary and make minor edits as required
|
11 |
+
|
12 |
+
Step 3: Copy and paste the summary when posting the article link to your social media
|
13 |
+
(*Coming soon* - Login to social media and schedule your post and we'll automate the process)
|
14 |
+
|
15 |
+
Kick back and think about what you're going to do with all the time that you've saved!
|
16 |
+
|
17 |
+
Send any feedback to [email protected]
|
18 |
+
""")
|
19 |
|
20 |
x = st.slider('Select a value')
|
21 |
st.write(x, ' squared is', x * x)
|