Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def enhance_content(content):
|
|
26 |
return f"{content}\n\n---\nGenerated with insights and enhanced formatting."
|
27 |
|
28 |
# Streamlit app title
|
29 |
-
st.title("
|
30 |
|
31 |
# App description
|
32 |
st.write("Generate high-quality blog content enriched with real-time insights.")
|
|
|
26 |
return f"{content}\n\n---\nGenerated with insights and enhanced formatting."
|
27 |
|
28 |
# Streamlit app title
|
29 |
+
st.title("Smolagnets-based Blog Writer")
|
30 |
|
31 |
# App description
|
32 |
st.write("Generate high-quality blog content enriched with real-time insights.")
|