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}")

View File

@@ -2,7 +2,7 @@
"Blog Content Characteristics": {
"Blog Length": "2000",
"Blog Tone": "Casual",
"Blog Demographic": "Working professional",
"Blog Demographic": "Professional",
"Blog Type": "Informational",
"Blog Language": "English",
"Blog Output Format": "markdown"