Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,7 @@ def llm_response(user_text, number_of_words, blog_audience):
|
|
19 |
# invoke llm to get result
|
20 |
result = llm.invoke(final_prompt)
|
21 |
# print result on screen
|
|
|
22 |
st.write(result.content)
|
23 |
|
24 |
# define page config
|
|
|
19 |
# invoke llm to get result
|
20 |
result = llm.invoke(final_prompt)
|
21 |
# print result on screen
|
22 |
+
st.subheader("Result:")
|
23 |
st.write(result.content)
|
24 |
|
25 |
# define page config
|