chap0lin commited on
Commit
7e26164
·
1 Parent(s): 25cec4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,5 +9,5 @@ def greet(name):
9
  df = pd.DataFrame(boxes, columns= ['Color','Shape','Price'])
10
  return df
11
 
12
- iface = gr.Interface(fn=greet, inputs="text", outputs="Dataframe")
13
  iface.launch()
 
9
  df = pd.DataFrame(boxes, columns= ['Color','Shape','Price'])
10
  return df
11
 
12
+ iface = gr.Interface(fn=greet, inputs="text", outputs="dataframe")
13
  iface.launch()