Shih-hungg commited on
Commit
2a17081
Β·
1 Parent(s): 548e733

Add Hugging Face configuration to README.md

Browse files

- Add YAML front matter with proper Space configuration
- Set SDK to docker, app port to 3000
- Configure title, emoji, and color scheme

Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # QuizFlash πŸš€
2
 
3
  An intelligent quiz generation platform powered by AI that creates customizable educational questions from any source material.
 
1
+ ---
2
+ title: QuizFlash - AI-Powered Quiz Generation
3
+ emoji: πŸŽ“
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: docker
7
+ pinned: false
8
+ license: mit
9
+ app_port: 3000
10
+ ---
11
+
12
  # QuizFlash πŸš€
13
 
14
  An intelligent quiz generation platform powered by AI that creates customizable educational questions from any source material.