Update app.py
Browse files
app.py
CHANGED
|
@@ -210,7 +210,7 @@ with gr.Blocks() as heart:
|
|
| 210 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for ESS SL")) #33
|
| 211 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for ESS HL")) #34
|
| 212 |
|
| 213 |
-
sbmt_btn = gr.Button("Accept Data")
|
| 214 |
|
| 215 |
sort_btn = gr.Radio(["All","Max 3","Max 2","Max 1","No Compensations"],value='None', show_label=False)
|
| 216 |
|
|
|
|
| 210 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for ESS SL")) #33
|
| 211 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for ESS HL")) #34
|
| 212 |
|
| 213 |
+
sbmt_btn = gr.Button("Accept Data")
|
| 214 |
|
| 215 |
sort_btn = gr.Radio(["All","Max 3","Max 2","Max 1","No Compensations"],value='None', show_label=False)
|
| 216 |
|