Muhammad Adnan commited on
Commit
eabaa76
·
1 Parent(s): c24dc2c

add ds info

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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