Spaces:
Sleeping
Sleeping
Sharathhebbar24
commited on
Commit
•
4a14458
1
Parent(s):
ae2a8fa
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def load_answer(question):
|
|
26 |
|
27 |
#App UI starts here
|
28 |
st.set_page_config(page_title="LangChain Demo", page_icon=":robot:")
|
29 |
-
st.header("
|
30 |
|
31 |
#Gets the user input
|
32 |
def get_text():
|
|
|
26 |
|
27 |
#App UI starts here
|
28 |
st.set_page_config(page_title="LangChain Demo", page_icon=":robot:")
|
29 |
+
st.header("Simple QnA")
|
30 |
|
31 |
#Gets the user input
|
32 |
def get_text():
|