Spaces:
Running
Running
fix: polish content to text
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def get_alfred_from_dataframe(ecg_id):
|
|
31 |
params={"ecg_id": ecg_id},
|
32 |
)
|
33 |
response.raise_for_status()
|
34 |
-
return response.
|
35 |
|
36 |
|
37 |
with gr.Blocks() as demo:
|
|
|
31 |
params={"ecg_id": ecg_id},
|
32 |
)
|
33 |
response.raise_for_status()
|
34 |
+
return response.text
|
35 |
|
36 |
|
37 |
with gr.Blocks() as demo:
|