Spaces:
Running
Running
Update app.py
Browse files
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 |
|