Spaces:
Sleeping
Sleeping
Commit
Β·
d202f34
1
Parent(s):
cac01bb
Update submit.py
Browse files
app/event_handlers/submit.py
CHANGED
@@ -169,7 +169,7 @@ def event_handler_submit(
|
|
169 |
gr.Textbox(
|
170 |
value=" ".join(total_text).strip(),
|
171 |
info=config_data.InformationMessages_REC_TEXT,
|
172 |
-
container=
|
173 |
elem_classes="noti-results",
|
174 |
),
|
175 |
gr.Plot(value=plt_audio, visible=True),
|
|
|
169 |
gr.Textbox(
|
170 |
value=" ".join(total_text).strip(),
|
171 |
info=config_data.InformationMessages_REC_TEXT,
|
172 |
+
container=True,
|
173 |
elem_classes="noti-results",
|
174 |
),
|
175 |
gr.Plot(value=plt_audio, visible=True),
|