Update app.py
Browse files
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("
|
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()
|