editing description
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ interface = gr.Interface(
|
|
| 106 |
gr.JSON(label="Prediction Details")
|
| 107 |
],
|
| 108 |
title="Confusion Detector",
|
| 109 |
-
description="Upload a CSV file with cursor movements (x,y,
|
| 110 |
)
|
| 111 |
|
| 112 |
interface.launch()
|
|
|
|
| 106 |
gr.JSON(label="Prediction Details")
|
| 107 |
],
|
| 108 |
title="Confusion Detector",
|
| 109 |
+
description="Upload a CSV file with cursor movements (timestamp,x,y,isClick) to predict if the user is confused."
|
| 110 |
)
|
| 111 |
|
| 112 |
interface.launch()
|