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
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.
|