cpnepo commited on
Commit
e9514e1
1 Parent(s): 141ba4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ st.title('Harry Potter and the Extractive Question Answering Model')
39
  # Type in HP-related query here
40
  query = st.text_area("Hello my dears! What is your question? Be patient please, I am not a Ravenclaw!")
41
 
42
- if st.button('Ask'):
43
  # Perform sentence embedding on query and sentence groups
44
  model_embed_name = 'sentence-transformers/msmarco-distilbert-dot-v5'
45
 
 
39
  # Type in HP-related query here
40
  query = st.text_area("Hello my dears! What is your question? Be patient please, I am not a Ravenclaw!")
41
 
42
+ if st.button('Accio Responsa!'):
43
  # Perform sentence embedding on query and sentence groups
44
  model_embed_name = 'sentence-transformers/msmarco-distilbert-dot-v5'
45