MojoHz commited on
Commit
4c15f4b
·
verified ·
1 Parent(s): 758e8ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("AI Quiz Generator")
99
- st.write("Upload an exam or quiz PDF to generate a new quiz with the same style and complexity. You can also ask questions based on the generated quiz.")
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 = ""