Iseratho commited on
Commit
8554586
1 Parent(s): d2ddecb

Fix multiline example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,7 +255,7 @@ example_list = [["In 2010, CFCs were banned internationally due to their harmful
255
  ["The government prevents our freedom.", False, 1],
256
  ["They prevent the spread.", False, 1],
257
  ["We fight the virus.", False, 1],
258
- ["I believe that we should act now. There is no time to waste.", True, 1],
259
  ]
260
 
261
  textbox_inferface = gr.Interface(fn=framing_textbox,
 
255
  ["The government prevents our freedom.", False, 1],
256
  ["They prevent the spread.", False, 1],
257
  ["We fight the virus.", False, 1],
258
+ ["I believe that we should act now.\nThere is no time to waste.", True, 1],
259
  ]
260
 
261
  textbox_inferface = gr.Interface(fn=framing_textbox,