samidh commited on
Commit
430e8e8
·
verified ·
1 Parent(s): 95ca8de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ iface = gr.Interface(
125
  inputs=[gr.Textbox(label="Content", lines=2, value=DEFAULT_CONTENT),
126
  gr.Textbox(label="Policy", lines=8, value=DEFAULT_POLICY)],
127
  outputs=[gr.Textbox(label="Result")],
128
- article=gr.Markdown("TEST CONTENT"),
129
  title="Zentropi CoPE Demo",
130
  description="See if the given content violates your given policy."
131
  )
 
125
  inputs=[gr.Textbox(label="Content", lines=2, value=DEFAULT_CONTENT),
126
  gr.Textbox(label="Policy", lines=8, value=DEFAULT_POLICY)],
127
  outputs=[gr.Textbox(label="Result")],
128
+ article="TEST CONTENT",
129
  title="Zentropi CoPE Demo",
130
  description="See if the given content violates your given policy."
131
  )