Asser-M-Zaki commited on
Commit
1395527
·
verified ·
1 Parent(s): 3caa043

editing description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,time) to predict if the user is confused."
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()