Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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()
|