Spaces:
Sleeping
Sleeping
Muhammad Adnan
commited on
Commit
·
eabaa76
1
Parent(s):
c24dc2c
add ds info
Browse files
app.py
CHANGED
@@ -83,6 +83,7 @@ def answer_question_with_context(question, qa_model):
|
|
83 |
# Streamlit UI
|
84 |
def main():
|
85 |
st.title("RAG Question Answering with Context Retrieval")
|
|
|
86 |
|
87 |
# User input for the question
|
88 |
question = st.text_input("Enter your question:", "What is the capital of Italy?") # Default question
|
|
|
83 |
# Streamlit UI
|
84 |
def main():
|
85 |
st.title("RAG Question Answering with Context Retrieval")
|
86 |
+
st.markdown("**Dataset Used:** _google_natural_questions_answerability_", unsafe_allow_html=True)
|
87 |
|
88 |
# User input for the question
|
89 |
question = st.text_input("Enter your question:", "What is the capital of Italy?") # Default question
|