Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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:
|