Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|
113 |
|
114 |
|
115 |
dropdown_sources = gr.CheckboxGroup(
|
116 |
-
["
|
117 |
label="Select source",
|
118 |
-
value=["
|
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 |
|