Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|