Spaces:
Runtime error
Runtime error
Prakash N
commited on
Commit
•
451edcb
1
Parent(s):
212143d
modified subheader
Browse files
app.py
CHANGED
@@ -1,16 +1,17 @@
|
|
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.
|
7 |
|
8 |
-
Step 1: Copy and paste the complete article text in here
|
9 |
(*Coming soon* - Just paste the article URL)
|
10 |
|
11 |
-
Step 2: Evaluate the generated summary and make minor edits as required
|
12 |
|
13 |
-
Step 3: Copy and paste the summary when posting the article link to your social media
|
14 |
(*Coming soon* - Login to social media and schedule your post and we'll automate the process)
|
15 |
|
16 |
Kick back and think about what you're going to do with all the time that you've saved!
|
|
|
1 |
import streamlit as st
|
2 |
+
from streamlit.proto.Markdown_pb2 import Markdown
|
3 |
|
4 |
st.title("Now anyone can be a content marketer!")
|
5 |
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."
|
6 |
|
7 |
+
st.Markdown(""" ### LorSor helps you through a simple 3 stage process.
|
8 |
|
9 |
+
1. Step 1: Copy and paste the complete article text in here
|
10 |
(*Coming soon* - Just paste the article URL)
|
11 |
|
12 |
+
2. Step 2: Evaluate the generated summary and make minor edits as required
|
13 |
|
14 |
+
3. Step 3: Copy and paste the summary when posting the article link to your social media
|
15 |
(*Coming soon* - Login to social media and schedule your post and we'll automate the process)
|
16 |
|
17 |
Kick back and think about what you're going to do with all the time that you've saved!
|