ProfessionalMario commited on
Commit
a38437e
·
verified ·
1 Parent(s): dafbbd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def run_space_interface():
57
  input_box = gr.Textbox(label="Command Line")
58
 
59
  gr.Examples(
60
- examples=[["list"], ["NL: show top 10 rows in titanic"], ["NL: average Age in titanic"]["histogram age in titanic"]],
61
  inputs=input_box
62
  )
63
 
 
57
  input_box = gr.Textbox(label="Command Line")
58
 
59
  gr.Examples(
60
+ examples=[["list"], ["NL: show top 10 rows in titanic"], ["NL: average Age in titanic"], ["histogram age in titanic"]],
61
  inputs=input_box
62
  )
63