Spaces:
Running
Running
Commit
·
f152ade
1
Parent(s):
4353913
add requiretment
Browse files
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
|