nlpblogs commited on
Commit
da84618
·
verified ·
1 Parent(s): 57492ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ with st.sidebar:
40
  container = st.container(border=True)
41
  container.write("**Question-Answering (QA)** is the task of retrieving the answer to a question from a given text (knowledge base), which is used as context.")
42
  st.subheader("Related NLP Web Apps", divider = "blue")
43
- st.link_button("14-Named Entity Recognition Web App", "https://nlpblogs.com/shop/table-question-answering-qa/google-sheet-qa-demo-app/", type = "primary")
44
 
45
 
46
  if 'question_attempts' not in st.session_state:
 
40
  container = st.container(border=True)
41
  container.write("**Question-Answering (QA)** is the task of retrieving the answer to a question from a given text (knowledge base), which is used as context.")
42
  st.subheader("Related NLP Web Apps", divider = "blue")
43
+ st.link_button("AI Google Sheet Data Analyzer", "https://nlpblogs.com/shop/table-question-answering-qa/google-sheet-qa-demo-app/", type = "primary")
44
 
45
 
46
  if 'question_attempts' not in st.session_state: