Namantaneja commited on
Commit
1ffb6aa
·
verified ·
1 Parent(s): 595581a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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
  )
 
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
  )