docs: add Space configuration frontmatter to the org card
Browse filesHugging Face rejects the org card without a YAML config block, so the
Space renders a configuration error instead of the profile. This branch
is the Hub remote only; master stays free of the block so GitHub does
not render it as a stray table.
Claude-Session: https://claude.ai/code/session_01L5wZb1mDtLnrfAXkzSrTFD
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<div align="center">
|
| 2 |
<table border="1">
|
| 3 |
<tr>
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: README
|
| 3 |
+
emoji: 🔬
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: static
|
| 7 |
+
pinned: false
|
| 8 |
+
short_description: AI-powered diabetic retinopathy screening from your phone
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
<div align="center">
|
| 12 |
<table border="1">
|
| 13 |
<tr>
|