WIP - Streamlit UI, Porting CLI
This commit is contained in:
@@ -103,7 +103,7 @@ def write_blog_from_keywords(search_keywords, url=None):
|
|||||||
---------------------------------------------------------------------\n
|
---------------------------------------------------------------------\n
|
||||||
""")
|
""")
|
||||||
logger.info(f"\n\n --------- Finished writing Blog for : {search_keywords} -------------- \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.image(generated_image_filepath)
|
||||||
st.markdown(f"{blog_markdown_str}")
|
st.markdown(f"{blog_markdown_str}")
|
||||||
status.update(label=f"Finished, Review & Use your Original Content Below: {saved_blog_to_file}")
|
status.update(label=f"Finished, Review & Use your Original Content Below: {saved_blog_to_file}")
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"Blog Content Characteristics": {
|
"Blog Content Characteristics": {
|
||||||
"Blog Length": "2000",
|
"Blog Length": "2000",
|
||||||
"Blog Tone": "Casual",
|
"Blog Tone": "Casual",
|
||||||
"Blog Demographic": "Working professional",
|
"Blog Demographic": "Professional",
|
||||||
"Blog Type": "Informational",
|
"Blog Type": "Informational",
|
||||||
"Blog Language": "English",
|
"Blog Language": "English",
|
||||||
"Blog Output Format": "markdown"
|
"Blog Output Format": "markdown"
|
||||||
|
|||||||
Reference in New Issue
Block a user