Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ with gr.Blocks(css=ui_css) as demo:
|
|
125 |
|
126 |
with gr.Row(elem_id="output-elems"):
|
127 |
gr.Markdown("This text is a violation: ")
|
128 |
-
outputs=gr.Textbox(label=
|
129 |
|
130 |
with gr.Row():
|
131 |
submit_button = gr.Button("Submit", elem_id="submit-button")
|
|
|
125 |
|
126 |
with gr.Row(elem_id="output-elems"):
|
127 |
gr.Markdown("This text is a violation: ")
|
128 |
+
outputs=gr.Textbox(label="", elem_id="output-box", interactive=False)
|
129 |
|
130 |
with gr.Row():
|
131 |
submit_button = gr.Button("Submit", elem_id="submit-button")
|