domro11 commited on
Commit
3e86c1e
1 Parent(s): 514c688

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -139,7 +139,6 @@ def main():
139
  # Decode the questions from the output ids using the tokenizer
140
  questions = tokenizer.decode(question_ids[0], skip_special_tokens=True)
141
  # Display the questions to the user
142
- st.write("Generated Questions:")
143
  st.write(questions)
144
 
145
  #main function to run
 
139
  # Decode the questions from the output ids using the tokenizer
140
  questions = tokenizer.decode(question_ids[0], skip_special_tokens=True)
141
  # Display the questions to the user
 
142
  st.write(questions)
143
 
144
  #main function to run