Spaces:
Running
Running
refactor: polish
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks() as demo:
|
|
50 |
ecg_viewer = gr.Image(interactive=False, label="The selected ecg is")
|
51 |
|
52 |
with gr.Row():
|
53 |
-
gr.
|
54 |
|
55 |
with gr.Row():
|
56 |
alfred_result = gr.Markdown(
|
|
|
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(
|