michal commited on
Commit
2a298cc
·
1 Parent(s): da063d1
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -84,11 +84,7 @@ with main:
84
 
85
  with gr.TabItem("🦷 LDEK"):
86
  gr.Markdown(LDEK_DESC)
87
- # columns_selector = gr.CheckboxGroup(
88
- # choices=ORDER_LIST_LDEK,
89
- # label="Select columns to display",
90
- # value=ORDER_LIST_LDEK,
91
- # )
92
  data_component_ldek = gr.components.Dataframe(
93
  value=LDEK_ACCS,
94
  headers=COLUMN_HEADERS_LDEK,
@@ -98,9 +94,7 @@ with main:
98
  visible=True,
99
  column_widths=[400] + [180] + [155] * 22
100
  )
101
- # def update_dataframe(selected_columns):
102
- # return filter_columns_ldek(selected_columns)
103
- # columns_selector.change(update_dataframe, inputs=columns_selector, outputs=data_component_ldek)
104
 
105
  gr.Markdown(LDEK_DESC_EN)
106
  data_component_ldek = gr.components.Dataframe(
 
84
 
85
  with gr.TabItem("🦷 LDEK"):
86
  gr.Markdown(LDEK_DESC)
87
+
 
 
 
 
88
  data_component_ldek = gr.components.Dataframe(
89
  value=LDEK_ACCS,
90
  headers=COLUMN_HEADERS_LDEK,
 
94
  visible=True,
95
  column_widths=[400] + [180] + [155] * 22
96
  )
97
+
 
 
98
 
99
  gr.Markdown(LDEK_DESC_EN)
100
  data_component_ldek = gr.components.Dataframe(