paopaoka3325 commited on
Commit
4353913
·
1 Parent(s): fb3a009

add requiretment

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -97,7 +97,8 @@ input_boxes = [
97
  gr.inputs.Textbox(lines=20, label="Input cencer report", placeholder='Type text here...'),
98
  ]
99
 
100
- disclaimer = "Disclaimer: This tool is for demonstration purposes only. Use it at your own risk."
 
101
 
102
  # iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
103
  iface = gr.Interface(fn=greet, inputs=input_boxes, outputs=gr.outputs.HTML(label="Output Table"),examples=[ # Sample text examples
 
97
  gr.inputs.Textbox(lines=20, label="Input cencer report", placeholder='Type text here...'),
98
  ]
99
 
100
+ disclaimer = "* Please do not upload sensitive patient data. "
101
+ "* If you need support, contact us.""
102
 
103
  # iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
104
  iface = gr.Interface(fn=greet, inputs=input_boxes, outputs=gr.outputs.HTML(label="Output Table"),examples=[ # Sample text examples