sunwaee commited on
Commit
eb160df
1 Parent(s): 92aedc8

updated web app title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def load_model(model_path):
47
 
48
  # Page config
49
  st.set_page_config(layout="centered")
50
- st.title("Questions/Answers Gen. (English)")
51
  st.write("Question Generation, Question Answering and Questions/Answers Generation using Google MT5. ")
52
 
53
  # Variables
 
47
 
48
  # Page config
49
  st.set_page_config(layout="centered")
50
+ st.title("Questions/Answers Pairs Gen.")
51
  st.write("Question Generation, Question Answering and Questions/Answers Generation using Google MT5. ")
52
 
53
  # Variables