Spaces:
Running
Running
fix: 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 |
-
alfred_result = gr.Markdown(value=
|
54 |
|
55 |
gr_df.select(fn=get_ecg_id_from_dataframe, inputs=gr_df, outputs=ecg_id_output)
|
56 |
ecg_id_output.change(
|
|
|
50 |
ecg_viewer = gr.Image(interactive=False, label="The selected ecg is")
|
51 |
|
52 |
with gr.Row():
|
53 |
+
alfred_result = gr.Markdown(value="", label="Alfred said that")
|
54 |
|
55 |
gr_df.select(fn=get_ecg_id_from_dataframe, inputs=gr_df, outputs=ecg_id_output)
|
56 |
ecg_id_output.change(
|