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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ 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
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")