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