stmnk commited on
Commit
53ba3f5
1 Parent(s): b573da9

add more interesting question

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -32,7 +32,9 @@ written_passage = st.text_area(
32
  if written_passage:
33
  paragraph = written_passage
34
 
35
- question = 'How many languages does bert understand?'
 
 
36
  written_question = st.text_input(
37
  'Question used for QA (you can also edit, and experiment with the answers)',
38
  question
 
32
  if written_passage:
33
  paragraph = written_passage
34
 
35
+ # question = 'How many languages does bert understand?'
36
+ question = 'How many attention heads does Bert have?'
37
+
38
  written_question = st.text_input(
39
  'Question used for QA (you can also edit, and experiment with the answers)',
40
  question