WIP - Streamlit UI, Porting CLI

This commit is contained in:
ajaysi
2024-06-03 16:14:57 +05:30
parent f372169daa
commit 5f55cae175
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ def write_blog_from_keywords(search_keywords, url=None):
---------------------------------------------------------------------\n
""")
logger.info(f"\n\n --------- Finished writing Blog for : {search_keywords} -------------- \n")
st.markdown(f"{blog_frontmatter"}
st.markdown(f"{blog_frontmatter}")
st.image(generated_image_filepath)
st.markdown(f"{blog_markdown_str}")
status.update(label=f"Finished, Review & Use your Original Content Below: {saved_blog_to_file}")