From 53a9658f5bcbeba1b621b29fc5ae22d885e1b9a5 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Tue, 10 May 2022 14:51:26 -0400 Subject: [PATCH] Add RTF to web UI --- mimic3_http/templates/index.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/mimic3_http/templates/index.html b/mimic3_http/templates/index.html index 991958a..4548dc4 100644 --- a/mimic3_http/templates/index.html +++ b/mimic3_http/templates/index.html @@ -55,6 +55,10 @@ #ssml-examples td { padding: 5px; } + + #audio { + width: 100%; + } @@ -263,6 +267,7 @@