Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ BREED_LIFESPAN = {
|
|
115 |
"wire-haired fox terrier": 13.5, "yorkshire terrier": 13.3
|
116 |
}
|
117 |
|
118 |
-
# 4.
|
119 |
HRQOL_QUESTIONNAIRE = {
|
120 |
"vitality": {
|
121 |
"title": "🔋 Vitality & Energy Assessment",
|
@@ -834,7 +834,7 @@ custom_css = """
|
|
834 |
|
835 |
# Gradio Interface with Enhanced UI
|
836 |
with gr.Blocks(
|
837 |
-
title="🐶
|
838 |
theme=gr.themes.Soft(),
|
839 |
css=custom_css
|
840 |
) as demo:
|
@@ -843,7 +843,7 @@ with gr.Blocks(
|
|
843 |
gr.HTML("""
|
844 |
<div class="main-header">
|
845 |
<h1 style="margin: 0; font-size: 2.5em; text-shadow: 2px 2px 4px rgba(0,0,0,0.3);">
|
846 |
-
🐕
|
847 |
</h1>
|
848 |
<p style="margin: 15px 0 0 0; font-size: 1.2em; opacity: 0.9;">
|
849 |
AI-powered comprehensive analysis using validated Health-Related Quality of Life metrics
|
@@ -923,7 +923,7 @@ with gr.Blocks(
|
|
923 |
gr.HTML("""
|
924 |
<div class="questionnaire-card">
|
925 |
<h2 style="color: #667eea; margin: 0 0 10px 0; text-align: center;">
|
926 |
-
📋
|
927 |
</h2>
|
928 |
<p style="text-align: center; color: #666; font-style: italic; margin-bottom: 20px;">
|
929 |
Complete all sections for accurate healthspan analysis
|
|
|
115 |
"wire-haired fox terrier": 13.5, "yorkshire terrier": 13.3
|
116 |
}
|
117 |
|
118 |
+
# 4.HRQOL Framework with dropdown options
|
119 |
HRQOL_QUESTIONNAIRE = {
|
120 |
"vitality": {
|
121 |
"title": "🔋 Vitality & Energy Assessment",
|
|
|
834 |
|
835 |
# Gradio Interface with Enhanced UI
|
836 |
with gr.Blocks(
|
837 |
+
title="🐶 PACE OF AGING Dog's",
|
838 |
theme=gr.themes.Soft(),
|
839 |
css=custom_css
|
840 |
) as demo:
|
|
|
843 |
gr.HTML("""
|
844 |
<div class="main-header">
|
845 |
<h1 style="margin: 0; font-size: 2.5em; text-shadow: 2px 2px 4px rgba(0,0,0,0.3);">
|
846 |
+
🐕 🐶 PACE OF AGING Dog's Health Analyzer
|
847 |
</h1>
|
848 |
<p style="margin: 15px 0 0 0; font-size: 1.2em; opacity: 0.9;">
|
849 |
AI-powered comprehensive analysis using validated Health-Related Quality of Life metrics
|
|
|
923 |
gr.HTML("""
|
924 |
<div class="questionnaire-card">
|
925 |
<h2 style="color: #667eea; margin: 0 0 10px 0; text-align: center;">
|
926 |
+
📋 HRQOL Assessment
|
927 |
</h2>
|
928 |
<p style="text-align: center; color: #666; font-style: italic; margin-bottom: 20px;">
|
929 |
Complete all sections for accurate healthspan analysis
|