Spaces:
Sleeping
Sleeping
File size: 1,567 Bytes
be1b5d2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | {
"enabled": true,
"use_color_coding": true,
"use_icons": false,
"use_visual_separators": true,
"use_enhanced_styling": true,
"ai_analysis": {
"icon": "\ud83e\udd16",
"border_color": "#6c757d",
"background_color": "#f8f9fa",
"header_color": "#6c757d",
"border_width": "2px",
"border_radius": "8px",
"padding": "15px",
"margin": "10px 0"
},
"patient_message": {
"icon": "\ud83d\udcac",
"border_color": "#4a90e2",
"background_color": "#f0f7ff",
"header_color": "#4a90e2",
"border_width": "2px",
"border_radius": "8px",
"padding": "15px",
"margin": "10px 0"
},
"provider_summary": {
"icon": "\ud83d\udccb",
"border_color": "#dc3545",
"background_color": "#fff8f0",
"header_color": "#dc3545",
"border_width": "2px",
"border_radius": "8px",
"padding": "15px",
"margin": "10px 0"
},
"classification_colors": {
"red": "#ff4444",
"yellow": "#ffaa00",
"green": "#44aa44",
"unknown": "#666666"
},
"separators": {
"section_separator": "---",
"content_divider": "1px solid #ddd",
"major_break_symbol": "\u25cf \u25cf \u25cf",
"separator_color": "#e0e0e0",
"separator_width": "80%"
},
"font_family": "system-ui, -apple-system, sans-serif",
"base_font_size": "14px",
"header_font_size": "1.1em",
"small_font_size": "0.9em",
"max_content_width": "100%",
"responsive_breakpoint": "768px",
"enable_animations": true,
"transition_duration": "0.3s",
"high_contrast_mode": false,
"reduced_motion": false
} |