mbarnig commited on
Commit
695b2a1
·
verified ·
1 Parent(s): 2537e91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ The responses of the examples are cached and therefore displayed without delay.<
38
 
39
  myinput = gr.Textbox(lines=3, label=" What would you like to know ?")
40
 
41
- myexamples =
42
  "What happened in 2014 ?"
43
  ]
44
 
 
38
 
39
  myinput = gr.Textbox(lines=3, label=" What would you like to know ?")
40
 
41
+ myexamples = [
42
  "What happened in 2014 ?"
43
  ]
44