Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def load_answer(question):
|
|
27 |
|
28 |
|
29 |
#App UI starts here
|
30 |
-
st.set_page_config(page_title="Somesh
|
31 |
st.header("Somesh LangChain Demo")
|
32 |
|
33 |
#Gets the user input
|
|
|
27 |
|
28 |
|
29 |
#App UI starts here
|
30 |
+
st.set_page_config(page_title="Somesh AI Powered CHAGPT Demo", page_icon=":robot:")
|
31 |
st.header("Somesh LangChain Demo")
|
32 |
|
33 |
#Gets the user input
|