Update app.py
Browse files
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 |
|