Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ pacientes = list(df['paciente'].unique()) # now contains PAC_ID
|
|
25 |
print('PAX:', pacientes, type(pacientes))
|
26 |
pid_dict = dict(zip(df.paciente, df.pac_id))
|
27 |
################################################
|
28 |
-
|
29 |
|
30 |
with gr.Blocks() as demo:
|
31 |
with gr.Row():
|
@@ -41,7 +41,7 @@ with gr.Blocks() as demo:
|
|
41 |
with gr.Column(scale=4):
|
42 |
with gr.Row(): # historial+resumen
|
43 |
resumen_trans = gr.Markdown()
|
44 |
-
|
45 |
|
46 |
with gr.Row(): # historial+resumen
|
47 |
with gr.Accordion('Resumen Historial'): # use radio?
|
|
|
25 |
print('PAX:', pacientes, type(pacientes))
|
26 |
pid_dict = dict(zip(df.paciente, df.pac_id))
|
27 |
################################################
|
28 |
+
gr.Markdown("**Demo CORFO**")
|
29 |
|
30 |
with gr.Blocks() as demo:
|
31 |
with gr.Row():
|
|
|
41 |
with gr.Column(scale=4):
|
42 |
with gr.Row(): # historial+resumen
|
43 |
resumen_trans = gr.Markdown()
|
44 |
+
texto_nueva_ficha = gr.Markdown()
|
45 |
|
46 |
with gr.Row(): # historial+resumen
|
47 |
with gr.Accordion('Resumen Historial'): # use radio?
|