Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import torch
|
|
11 |
import getpass
|
12 |
|
13 |
# Streamlit UI
|
14 |
-
|
15 |
|
16 |
# Prompt the user to enter their Langchain API key
|
17 |
api_key_langchain = st.text_input("Enter your LANGCHAIN_API_KEY", type="password")
|
|
|
11 |
import getpass
|
12 |
|
13 |
# Streamlit UI
|
14 |
+
st.title("Blog Retrieval and Question Answering")
|
15 |
|
16 |
# Prompt the user to enter their Langchain API key
|
17 |
api_key_langchain = st.text_input("Enter your LANGCHAIN_API_KEY", type="password")
|