Update app.py
Browse filesadded markdown
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(
|