Add new tab
Browse files- app.py +2 -2
- sandbox/20241104 - CQA - StepByStep CQA.ipynb +0 -0
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 |
-
|
| 250 |
|
| 251 |
create_about_tab()
|
| 252 |
|
| 253 |
event_handling(cqa_components, config_components, tab_name = 'ClimateQ&A')
|
| 254 |
-
|
| 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 |
|
sandbox/20241104 - CQA - StepByStep CQA.ipynb
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|