ecuartasm Claude Sonnet 4.6 commited on
Commit
b848ebd
·
1 Parent(s): 887eb10

Rename app title to Quiz Generator V3

Browse files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (2) hide show
  1. README.md +1 -1
  2. ui/app.py +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: AI Course Assessment Generator
3
  emoji: 📚
4
  colorFrom: blue
5
  colorTo: indigo
 
1
  ---
2
+ title: Quiz Generator V3
3
  emoji: 📚
4
  colorFrom: blue
5
  colorTo: indigo
ui/app.py CHANGED
@@ -22,8 +22,8 @@ SAVE_OUTPUTS = True
22
  def create_ui():
23
  """Create the Gradio UI."""
24
  get_run_manager().save_outputs = SAVE_OUTPUTS
25
- with gr.Blocks(title="AI Course Assessment Generator") as app:
26
- gr.Markdown("# AI Course Assessment Generator")
27
  gr.Markdown("Upload course materials and generate learning objectives and quiz questions.")
28
 
29
  with gr.Tab("Generate Learning Objectives"):
 
22
  def create_ui():
23
  """Create the Gradio UI."""
24
  get_run_manager().save_outputs = SAVE_OUTPUTS
25
+ with gr.Blocks(title="Quiz Generator V3") as app:
26
+ gr.Markdown("# Quiz Generator V3")
27
  gr.Markdown("Upload course materials and generate learning objectives and quiz questions.")
28
 
29
  with gr.Tab("Generate Learning Objectives"):