Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ def load_answer(question):
|
|
25 |
|
26 |
|
27 |
#App UI starts here
|
28 |
-
st.set_page_config(page_title="LangChain
|
29 |
-
st.header("LangChain
|
30 |
|
31 |
#Gets the user input
|
32 |
def get_text():
|
|
|
25 |
|
26 |
|
27 |
#App UI starts here
|
28 |
+
st.set_page_config(page_title="LangChain Demo", page_icon=":robot:")
|
29 |
+
st.header("LangChain Demo")
|
30 |
|
31 |
#Gets the user input
|
32 |
def get_text():
|