Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks(css=ui_css) as demo:
|
|
118 |
with gr.Row(elem_id="hipaa-image"):
|
119 |
gr.Image(value="https://universitysurgical.com/wp-content/uploads/2021/12/hipaa-e1638383751916.png")
|
120 |
with gr.Row():
|
121 |
-
gr.Markdown("
|
122 |
|
123 |
with gr.Row(elem_id="interactives"):
|
124 |
inputs=gr.Textbox(label="Enter Input Text Here", elem_id="input-box", lines=5)
|
|
|
118 |
with gr.Row(elem_id="hipaa-image"):
|
119 |
gr.Image(value="https://universitysurgical.com/wp-content/uploads/2021/12/hipaa-e1638383751916.png")
|
120 |
with gr.Row():
|
121 |
+
gr.Markdown("Enter text below to determine if it is a HIPAA violation. Smaller inputs may be less accurate.")
|
122 |
|
123 |
with gr.Row(elem_id="interactives"):
|
124 |
inputs=gr.Textbox(label="Enter Input Text Here", elem_id="input-box", lines=5)
|