Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def get_openai_response(question):
|
|
19 |
|
20 |
|
21 |
st.set_page_config(page_title="Enhanced Q&A Demo")
|
22 |
-
st.header("Langchain App")
|
23 |
|
24 |
input_text = st.text_input("Ask me anything:", key="input")
|
25 |
submit_button = st.button("Get Answer")
|
|
|
19 |
|
20 |
|
21 |
st.set_page_config(page_title="Enhanced Q&A Demo")
|
22 |
+
st.header("Xoxo-Langchain App")
|
23 |
|
24 |
input_text = st.text_input("Ask me anything:", key="input")
|
25 |
submit_button = st.button("Get Answer")
|