Mahdi Naser Moghadasi commited on
Commit
bdeb988
·
1 Parent(s): f3cd193

Fix Hugging Face Space configuration - add required YAML frontmatter to README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # 🧠 BrightMind AI - Educational Content Generator
2
 
3
  [![Python](https://img.shields.io/badge/Python-3.8+-blue.svg)](https://python.org)
 
1
+ ---
2
+ title: BrightMind AI - Educational Content Generator
3
+ emoji: 🧠
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: "4.44.1"
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ short_description: AI-powered educational content generation platform
12
+ ---
13
+
14
  # 🧠 BrightMind AI - Educational Content Generator
15
 
16
  [![Python](https://img.shields.io/badge/Python-3.8+-blue.svg)](https://python.org)