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

add requiretment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ input_boxes = [
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
 
98
  ]
99
 
100
  disclaimer = "* Please do not upload sensitive patient data. "
101
+ "* If you need support, please contact us at https://mcodegpt.org/""
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