Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -973,14 +973,6 @@ with gr.Blocks(
|
|
973 |
gr.HTML("</div>")
|
974 |
|
975 |
# Enhanced Results Section
|
976 |
-
gr.HTML("""
|
977 |
-
<div style="text-align: center; margin: 30px 0 10px 0;">
|
978 |
-
<h2 style="color: #667eea; margin: 0;">
|
979 |
-
📊 Comprehensive HRQOL Analysis Report
|
980 |
-
</h2>
|
981 |
-
</div>
|
982 |
-
""")
|
983 |
-
|
984 |
output_report = gr.HTML()
|
985 |
|
986 |
# Connect analysis function with loading
|
|
|
973 |
gr.HTML("</div>")
|
974 |
|
975 |
# Enhanced Results Section
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
976 |
output_report = gr.HTML()
|
977 |
|
978 |
# Connect analysis function with loading
|