Sakil commited on
Commit
51a327b
·
1 Parent(s): 9ab7ab9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)