ppsingh commited on
Commit
d26ce45
1 Parent(s): 4739ff2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -109,13 +109,13 @@ with gr.Blocks(title="Audit Q&A", css="style.css", theme=theme,elem_id = "main-c
109
  # with Modal(visible = False) as config_modal:
110
  with gr.Tab("Configuration",elem_id = "tab-config",id = 2):
111
 
112
- gr.Markdown("Reminder: You can talk in any language, ClimateQ&A is multi-lingual!")
113
 
114
 
115
  dropdown_sources = gr.CheckboxGroup(
116
- ["IPCC", "IPBES","IPOS"],
117
  label="Select source",
118
- value=["IPCC"],
119
  interactive=True,
120
  )
121
 
 
109
  # with Modal(visible = False) as config_modal:
110
  with gr.Tab("Configuration",elem_id = "tab-config",id = 2):
111
 
112
+ gr.Markdown("Reminder: You can talk in any language, Audit Q&A is multi-lingual!")
113
 
114
 
115
  dropdown_sources = gr.CheckboxGroup(
116
+ ["ABC", "XYZ"],
117
  label="Select source",
118
+ value=["ABC"],
119
  interactive=True,
120
  )
121