Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,6 @@ def plot(df):
|
|
19 |
return plots
|
20 |
|
21 |
inputs = [gr.Dataframe(label="Supersoaker Production Data")]
|
22 |
-
outputs = [gr.Gallery(label="Profiling Dashboard")
|
23 |
|
24 |
gr.Interface(plot, inputs=inputs, outputs=outputs, examples=[df.head(100)], title="Supersoaker Failures Analysis Dashboard").launch()
|
|
|
19 |
return plots
|
20 |
|
21 |
inputs = [gr.Dataframe(label="Supersoaker Production Data")]
|
22 |
+
outputs = [gr.Gallery(label="Profiling Dashboard")]
|
23 |
|
24 |
gr.Interface(plot, inputs=inputs, outputs=outputs, examples=[df.head(100)], title="Supersoaker Failures Analysis Dashboard").launch()
|