Spaces:
Runtime error
Runtime error
Prakash N
commited on
Commit
·
e4bb892
1
Parent(s):
c94ad73
modified subheader
Browse files
app.py
CHANGED
@@ -1,10 +1,9 @@
|
|
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.
|
8 |
|
9 |
1. Step 1: Copy and paste the complete article text in here
|
10 |
(*Coming soon* - Just paste the article URL)
|
|
|
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)
|