to-be commited on
Commit
762ba24
1 Parent(s): 429bc8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks(css=css) as demo:
110
  btn = gr.Button(" ↓ Extract ↓ ")
111
  with gr.Column(scale=2):
112
  #img3 = gr.Image("snowangel.gif",label=' ',visible=False).style(rounded=True)
113
- sendimg = gr.Checkbox(value=True, label="Allow data collection for analytical purpose ✤"),
114
  with gr.Row().style():
115
  with gr.Column(scale=2):
116
  imgout = gr.Image(label='Uploaded document:',elem_id="inp")
 
110
  btn = gr.Button(" ↓ Extract ↓ ")
111
  with gr.Column(scale=2):
112
  #img3 = gr.Image("snowangel.gif",label=' ',visible=False).style(rounded=True)
113
+ sendimg = gr.Checkbox(value=True, label="Allow usage data collection for at most 48 hours ✤")
114
  with gr.Row().style():
115
  with gr.Column(scale=2):
116
  imgout = gr.Image(label='Uploaded document:',elem_id="inp")