AkashDataScience commited on
Commit
d1176bd
·
1 Parent(s): 0e04d08

Updating buttons

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
46
  width_ths = gr.Slider(0, 10, 7.7, 0.1, label="Width Threshold to merge bounding boxes")
47
  with gr.Row():
48
  clear_btn = gr.ClearButton()
49
- submit_btn = gr.Button("Submit")
50
  with gr.Column():
51
  ocr_out = gr.Textbox(label="OCR Output", type="text")
52
 
 
46
  width_ths = gr.Slider(0, 10, 7.7, 0.1, label="Width Threshold to merge bounding boxes")
47
  with gr.Row():
48
  clear_btn = gr.ClearButton()
49
+ submit_btn = gr.Button("Submit", variant='primary')
50
  with gr.Column():
51
  ocr_out = gr.Textbox(label="OCR Output", type="text")
52