AreesaAshfaq commited on
Commit
98cc5ee
·
verified ·
1 Parent(s): cf293a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,7 +10,7 @@ import bs4
10
  import torch
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
@@ -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