Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,4 +52,4 @@ def predict(file_obj):
|
|
52 |
|
53 |
|
54 |
iface = gr.Interface(predict,inputs="file",outputs="plot",examples=["StudentsPerformance.csv"],theme="dark-peach",title='Correlation Tool for Categorical features',description="This tool identifies and explains the correlation between categorical features.")
|
55 |
-
iface.launch(inline=False
|
|
|
52 |
|
53 |
|
54 |
iface = gr.Interface(predict,inputs="file",outputs="plot",examples=["StudentsPerformance.csv"],theme="dark-peach",title='Correlation Tool for Categorical features',description="This tool identifies and explains the correlation between categorical features.")
|
55 |
+
iface.launch(inline=False)
|