ConectaODSco commited on
Commit
a910b59
·
verified ·
1 Parent(s): 1a10d03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -2069,10 +2069,10 @@ def crear_app():
2069
  with gr.Tab("🔍 Resultado"):
2070
 
2071
 
2072
- with gr.Row():
2073
- ods_prt = gr.Dataframe( label="ODS", visible=True)#, buttons=["fullscreen"])
2074
- meta_prt = gr.Dataframe( label="METAS", visible=True)#, buttons=["fullscreen"])
2075
- indicador_prt = gr.Dataframe( label="INDICADORES", visible=True)#, buttons=["fullscreen"])
2076
 
2077
 
2078
  html_inicio_ods_prt = gr.HTML() #tab_inicio(ods.value)
 
2069
  with gr.Tab("🔍 Resultado"):
2070
 
2071
 
2072
+ with gr.Row(visible=False):
2073
+ ods_prt = gr.Dataframe( label="ODS")#, buttons=["fullscreen"])
2074
+ meta_prt = gr.Dataframe( label="METAS")#, buttons=["fullscreen"])
2075
+ indicador_prt = gr.Dataframe( label="INDICADORES")#, buttons=["fullscreen"])
2076
 
2077
 
2078
  html_inicio_ods_prt = gr.HTML() #tab_inicio(ods.value)