Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ st.sidebar.info(
|
|
| 67 |
# About
|
| 68 |
st.sidebar.header("About")
|
| 69 |
st.sidebar.info(
|
| 70 |
-
"This app uses Langchain with
|
| 71 |
"based on the provided information. It demonstrates how Large Language Models "
|
| 72 |
"can be used for dynamic content creation."
|
| 73 |
)
|
|
|
|
| 67 |
# About
|
| 68 |
st.sidebar.header("About")
|
| 69 |
st.sidebar.info(
|
| 70 |
+
"This app uses Langchain with HuggingFace to generate personalized emails "
|
| 71 |
"based on the provided information. It demonstrates how Large Language Models "
|
| 72 |
"can be used for dynamic content creation."
|
| 73 |
)
|