rahulNenavath305 commited on
Commit
d3490a4
·
1 Parent(s): 582dd50

made the heading bolder

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.write(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')}")
 
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')}")