Gabriel commited on
Commit
41066c2
1 Parent(s): 125e166

small fix checkbox

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "Page XML"],
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!",