Spaces:
Sleeping
Sleeping
refactor: polish
Browse files
app.py
CHANGED
@@ -49,9 +49,6 @@ with gr.Blocks() as demo:
|
|
49 |
with gr.Row():
|
50 |
ecg_viewer = gr.Image(interactive=False, label="The selected ecg is")
|
51 |
|
52 |
-
with gr.Row():
|
53 |
-
gr.Label("Alfred said that")
|
54 |
-
|
55 |
with gr.Row():
|
56 |
alfred_result = gr.Markdown(
|
57 |
value="", label="Alfred said that", min_height=300, container=True
|
|
|
49 |
with gr.Row():
|
50 |
ecg_viewer = gr.Image(interactive=False, label="The selected ecg is")
|
51 |
|
|
|
|
|
|
|
52 |
with gr.Row():
|
53 |
alfred_result = gr.Markdown(
|
54 |
value="", label="Alfred said that", min_height=300, container=True
|