DHEENA0007 Claude commited on
Commit
8592c97
·
1 Parent(s): cbbde4c

Add Hugging Face Spaces configuration to README

Browse files

Added required YAML metadata header for proper Spaces configuration:
- Title: MRI Report Generator
- SDK: Streamlit
- App file: streamlit_app.py

🤖 Generated with [Claude Code](https://claude.com/claude-code)

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

Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # A new generative model for radiology
2
 
3
  tl;dr you should include text inputs along with images
 
1
+ ---
2
+ title: MRI Report Generator
3
+ emoji: 🏥
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: streamlit
7
+ sdk_version: "1.28.0"
8
+ app_file: streamlit_app.py
9
+ pinned: false
10
+ ---
11
+
12
  # A new generative model for radiology
13
 
14
  tl;dr you should include text inputs along with images