samim2024 commited on
Commit
961e28a
·
verified ·
1 Parent(s): 43a811a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ load_dotenv()
42
 
43
  #By using st.set_page_config(), you can customize the appearance of your Streamlit application's web page
44
  st.set_page_config(page_title="Somesh Is Educating Kids", page_icon=":robot:")
45
- st.header("Hey, Ask me something & I will give out similar things")
46
 
47
  #Initialize the OpenAIEmbeddings object
48
  embeddings = HuggingFaceEmbeddings()
 
42
 
43
  #By using st.set_page_config(), you can customize the appearance of your Streamlit application's web page
44
  st.set_page_config(page_title="Somesh Is Educating Kids", page_icon=":robot:")
45
+ st.header("Somesh AI Powered For You, Ask me something & I will give out similar things")
46
 
47
  #Initialize the OpenAIEmbeddings object
48
  embeddings = HuggingFaceEmbeddings()