Spaces:
Sleeping
Sleeping
Muhammad Adnan
commited on
Commit
·
b39da57
1
Parent(s):
45996b7
add ds info
Browse files
app.py
CHANGED
@@ -83,7 +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 |
-
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
|
|
|
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
|