sergiolucero commited on
Commit
6e9d64b
1 Parent(s): 5745839

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # gr.title("Demo CORFO")
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
- nueva_ficha = gr.Markdown()
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?