Spaces:
Runtime error
Runtime error
Commit
·
d3490a4
1
Parent(s):
582dd50
made the heading bolder
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def main() -> None:
|
|
75 |
st.success("Request is Successful")
|
76 |
content = data.get("scraped_content")
|
77 |
st.write("---")
|
78 |
-
st.
|
79 |
st.write(f"**Article Title:** {content.get('article_title')}")
|
80 |
st.write(f"**Author:** {content.get('author')}")
|
81 |
st.write(f"**Published Date:** {content.get('publish_date')}")
|
|
|
75 |
st.success("Request is Successful")
|
76 |
content = data.get("scraped_content")
|
77 |
st.write("---")
|
78 |
+
st.subheader(f'Extracted Article Information')
|
79 |
st.write(f"**Article Title:** {content.get('article_title')}")
|
80 |
st.write(f"**Author:** {content.get('author')}")
|
81 |
st.write(f"**Published Date:** {content.get('publish_date')}")
|