Spaces:
Running
Running
Update app.py
Browse files
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"
|
| 2074 |
-
meta_prt = gr.Dataframe( label="METAS"
|
| 2075 |
-
indicador_prt = gr.Dataframe( label="INDICADORES"
|
| 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)
|