merve HF staff commited on
Commit
9f17ffe
Β·
1 Parent(s): c6ce2f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -55,7 +55,6 @@ st.subheader("Easy Information Retrieval 🧩")
55
  st.write("If you're making a chatbot that needs to provide information to user, you can take user's query and search for the answer in the documents you have, using question answering models. Look at the example and try it yourself here πŸ‘‡πŸ»")
56
 
57
 
58
-
59
  model_id_q = "distilbert-base-cased-distilled-squad"
60
  question = st.text_area(label = "Question", value = "What does transformers do?", height = 5)
61
  context = st.text_area(label = "Context", value = "πŸ€— Transformers provides thousands of pretrained models to perform tasks on different modalities such as text, vision, and audio.")
 
55
  st.write("If you're making a chatbot that needs to provide information to user, you can take user's query and search for the answer in the documents you have, using question answering models. Look at the example and try it yourself here πŸ‘‡πŸ»")
56
 
57
 
 
58
  model_id_q = "distilbert-base-cased-distilled-squad"
59
  question = st.text_area(label = "Question", value = "What does transformers do?", height = 5)
60
  context = st.text_area(label = "Context", value = "πŸ€— Transformers provides thousands of pretrained models to perform tasks on different modalities such as text, vision, and audio.")