timeki commited on
Commit
bf59b4c
·
1 Parent(s): ca32399

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -246,12 +246,12 @@ def main_ui():
246
 
247
  with gr.Tabs():
248
  cqa_components = cqa_tab(tab_name = "ClimateQ&A")
249
- local_cqa_components = cqa_tab(tab_name = "Beta - POC Adapt'Action")
250
 
251
  create_about_tab()
252
 
253
  event_handling(cqa_components, config_components, tab_name = 'ClimateQ&A')
254
- event_handling(local_cqa_components, config_components, tab_name = 'Beta - POC Adapt\'Action')
255
 
256
  demo.queue()
257
 
 
246
 
247
  with gr.Tabs():
248
  cqa_components = cqa_tab(tab_name = "ClimateQ&A")
249
+ # local_cqa_components = cqa_tab(tab_name = "Beta - POC Adapt'Action")
250
 
251
  create_about_tab()
252
 
253
  event_handling(cqa_components, config_components, tab_name = 'ClimateQ&A')
254
+ # event_handling(local_cqa_components, config_components, tab_name = 'Beta - POC Adapt\'Action')
255
 
256
  demo.queue()
257