Mayank Keoliya commited on
Commit ·
00ba54f
1
Parent(s): cdcfeee
done
Browse files
app.py
CHANGED
|
@@ -425,7 +425,7 @@ def run_fc_inference(ecg_path, name):
|
|
| 425 |
with gr.Blocks(title="CAMEL ECG", css="""
|
| 426 |
.gr-button-primary { min-width: 120px; }
|
| 427 |
.prompt-display { background: var(--background-fill-secondary) !important; border: 1px solid var(--border-color-primary); border-radius: 8px; padding: 12px; font-size: 0.9em; }
|
| 428 |
-
.model-output textarea { background:
|
| 429 |
""") as demo:
|
| 430 |
gr.Markdown("# 🐪 CAMEL ECG Model")
|
| 431 |
gr.Markdown("Cardiac AI Model for ECG analysis and rhythm forecasting.")
|
|
|
|
| 425 |
with gr.Blocks(title="CAMEL ECG", css="""
|
| 426 |
.gr-button-primary { min-width: 120px; }
|
| 427 |
.prompt-display { background: var(--background-fill-secondary) !important; border: 1px solid var(--border-color-primary); border-radius: 8px; padding: 12px; font-size: 0.9em; }
|
| 428 |
+
.model-output textarea { background: rgba(100, 180, 255, 0.08) !important; color: var(--body-text-color) !important; border: 1px solid rgba(100, 180, 255, 0.25) !important; }
|
| 429 |
""") as demo:
|
| 430 |
gr.Markdown("# 🐪 CAMEL ECG Model")
|
| 431 |
gr.Markdown("Cardiac AI Model for ECG analysis and rhythm forecasting.")
|