Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,8 +95,8 @@ def format_quiz_text(quiz_text):
|
|
| 95 |
return formatted_text.strip()
|
| 96 |
|
| 97 |
def main():
|
| 98 |
-
st.title("
|
| 99 |
-
st.write("
|
| 100 |
|
| 101 |
if 'generated_quiz' not in st.session_state:
|
| 102 |
st.session_state.generated_quiz = ""
|
|
|
|
| 95 |
return formatted_text.strip()
|
| 96 |
|
| 97 |
def main():
|
| 98 |
+
st.title("Welcome to ExtraQ!")
|
| 99 |
+
st.write("Please upload an exam or quiz PDF to generate a new quiz with the same style, while having the freedom to change complexity. You can also ask questions based on the generated quiz. This is a student project, with no funds and professional team to follow it regularly, so apologies if any inconvenience happens, I will try my best to improve this project as the time passes by!")
|
| 100 |
|
| 101 |
if 'generated_quiz' not in st.session_state:
|
| 102 |
st.session_state.generated_quiz = ""
|