ningrumdaud commited on
Commit
d611f5c
·
verified ·
1 Parent(s): 0957032

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,7 +204,7 @@ with gr.Blocks() as demo:
204
  examples = gr.Examples(examples=[
205
  "Public support for anti-discrimination laws and the movement to support immigrants grew due to the impact of getting widespread education on social justice issues.",
206
  "The introduction of new anti-discrimination laws has been driven by an increasing awareness of social injustices and grassroots movements.",
207
- "The weak enforcement in this country is due to its citizens's ignorance.",
208
  "CogMApp is a tool that lets you create cognitive maps from text."
209
  ], inputs=inputs)
210
 
 
204
  examples = gr.Examples(examples=[
205
  "Public support for anti-discrimination laws and the movement to support immigrants grew due to the impact of getting widespread education on social justice issues.",
206
  "The introduction of new anti-discrimination laws has been driven by an increasing awareness of social injustices and grassroots movements.",
207
+ "The weak law enforcement in this country is due to its citizens's ignorance.",
208
  "CogMApp is a tool that lets you create cognitive maps from text."
209
  ], inputs=inputs)
210