sdbrgo commited on
Commit
e49cf84
·
verified ·
1 Parent(s): a4f16dd

Update app.py

Browse files

added markdown

Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -37,6 +37,8 @@ with gr.Blocks() as demo:
37
  with gr.Row():
38
  feedback_file_input = gr.File(label="Upload Feedback Data (CSV)")
39
  attendance_file_input = gr.File(label="Upload Attendance Data (CSV)")
 
 
40
 
41
  with gr.Row():
42
  num_participants_input = gr.Number(
 
37
  with gr.Row():
38
  feedback_file_input = gr.File(label="Upload Feedback Data (CSV)")
39
  attendance_file_input = gr.File(label="Upload Attendance Data (CSV)")
40
+ with gr.Row():
41
+ gr.Markdown("⚠️Note: Ignore 'Number of Participants' field if there is Attendance Data. Otherwise, please set 'Number of Participants' field.")
42
 
43
  with gr.Row():
44
  num_participants_input = gr.Number(