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