Sakil commited on
Commit
14e4e4b
·
1 Parent(s): b10c507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,5 +51,5 @@ def predict(file_obj):
51
 
52
 
53
 
54
- iface = gr.Interface(predict,inputs="file",outputs="plot",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,share=True)
 
51
 
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,share=True)