Spaces:
Sleeping
Sleeping
small fix checkbox
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks(title="HTR Riksarkivet", theme=theme, css=css) as demo:
|
|
40 |
# )
|
41 |
|
42 |
radio_file_input = gr.CheckboxGroup(
|
43 |
-
choices=["Txt", "
|
44 |
value=["Txt"],
|
45 |
label="Output file extension",
|
46 |
# info="Only txt and page xml is supported for now!",
|
|
|
40 |
# )
|
41 |
|
42 |
radio_file_input = gr.CheckboxGroup(
|
43 |
+
choices=["Txt", "XML"],
|
44 |
value=["Txt"],
|
45 |
label="Output file extension",
|
46 |
# info="Only txt and page xml is supported for now!",
|