Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import bs4
|
|
10 |
import torch
|
11 |
import getpass
|
12 |
|
13 |
-
#
|
14 |
st.title("Blog Retrieval and Question Answering")
|
15 |
|
16 |
# Prompt the user to enter their Langchain API key
|
@@ -68,7 +68,6 @@ else:
|
|
68 |
vectorstore = load_data()
|
69 |
|
70 |
# Streamlit UI
|
71 |
-
st.title("Blog Retrieval and Question Answering")
|
72 |
|
73 |
question = st.text_input("Enter your question:")
|
74 |
|
|
|
10 |
import torch
|
11 |
import getpass
|
12 |
|
13 |
+
# APP Title
|
14 |
st.title("Blog Retrieval and Question Answering")
|
15 |
|
16 |
# Prompt the user to enter their Langchain API key
|
|
|
68 |
vectorstore = load_data()
|
69 |
|
70 |
# Streamlit UI
|
|
|
71 |
|
72 |
question = st.text_input("Enter your question:")
|
73 |
|