Spaces:
Runtime error
Runtime error
updated web app title
Browse files
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.
|
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
|