Commit ·
6369325
1
Parent(s): c3ba3ba
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,17 +142,17 @@ def sortData(btnVal,compensation):
|
|
| 142 |
|
| 143 |
with gr.Blocks() as heart:
|
| 144 |
|
| 145 |
-
gr.HTML("<div style='font-size: 35px; font-family: Georgia; color:
|
| 146 |
|
| 147 |
#Entry fields are here
|
| 148 |
inpSubsData = []
|
| 149 |
-
gr.HTML("<div style='font-size: 20px; font-family: Georgia; color:
|
| 150 |
with gr.Column():
|
| 151 |
with gr.Row():
|
| 152 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for ENGLISH SL")) #1
|
| 153 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for ENGLISH HL")) #2
|
| 154 |
|
| 155 |
-
gr.HTML("<div style='font-size: 20px; font-family: Georgia; color:
|
| 156 |
with gr.Column():
|
| 157 |
with gr.Row():
|
| 158 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for HINDI B SL")) #3
|
|
@@ -168,7 +168,7 @@ with gr.Blocks() as heart:
|
|
| 168 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for FRENCH B SL")) #11
|
| 169 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for FRENCH B HL")) #12
|
| 170 |
|
| 171 |
-
gr.HTML("<div style='font-size: 20px; font-family: Georgia; color:
|
| 172 |
with gr.Column():
|
| 173 |
with gr.Row():
|
| 174 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for BM SL")) #13
|
|
@@ -179,7 +179,7 @@ with gr.Blocks() as heart:
|
|
| 179 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for PSYCH SL")) #17
|
| 180 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for PSYCH HL")) #18
|
| 181 |
|
| 182 |
-
gr.HTML("<div style='font-size: 20px; font-family: Georgia; color:
|
| 183 |
with gr.Column():
|
| 184 |
with gr.Row():
|
| 185 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for CHEM SL")) #19
|
|
@@ -192,7 +192,7 @@ with gr.Blocks() as heart:
|
|
| 192 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for CS SL")) #25
|
| 193 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for CS HL")) #26
|
| 194 |
|
| 195 |
-
gr.HTML("<div style='font-size: 20px; font-family: Georgia; color:
|
| 196 |
with gr.Column():
|
| 197 |
with gr.Row():
|
| 198 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for MAA SL")) #27
|
|
@@ -202,11 +202,11 @@ with gr.Blocks() as heart:
|
|
| 202 |
|
| 203 |
with gr.Row():
|
| 204 |
with gr.Column():
|
| 205 |
-
gr.HTML("<div style='font-size: 20px; font-family: Georgia; color:
|
| 206 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for VA SL")) #31
|
| 207 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for VA HL")) #32
|
| 208 |
with gr.Column():
|
| 209 |
-
gr.HTML("<div style='font-size: 20px; font-family: Georgia; color:
|
| 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 |
|
|
|
|
| 142 |
|
| 143 |
with gr.Blocks() as heart:
|
| 144 |
|
| 145 |
+
gr.HTML("<div style='font-size: 35px; font-family: Georgia; color: black; text-align: center'>Schedule Management Helper</div>")
|
| 146 |
|
| 147 |
#Entry fields are here
|
| 148 |
inpSubsData = []
|
| 149 |
+
gr.HTML("<div style='font-size: 20px; font-family: Georgia; color: black'>Group I - English Language and Literature</div>")
|
| 150 |
with gr.Column():
|
| 151 |
with gr.Row():
|
| 152 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for ENGLISH SL")) #1
|
| 153 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for ENGLISH HL")) #2
|
| 154 |
|
| 155 |
+
gr.HTML("<div style='font-size: 20px; font-family: Georgia; color: black'>Group II - Language Acquisition- Hindi B, Spanish, French</div>")
|
| 156 |
with gr.Column():
|
| 157 |
with gr.Row():
|
| 158 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for HINDI B SL")) #3
|
|
|
|
| 168 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for FRENCH B SL")) #11
|
| 169 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for FRENCH B HL")) #12
|
| 170 |
|
| 171 |
+
gr.HTML("<div style='font-size: 20px; font-family: Georgia; color: black'>Group III - Business Management, Economics, Psychology</div>")
|
| 172 |
with gr.Column():
|
| 173 |
with gr.Row():
|
| 174 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for BM SL")) #13
|
|
|
|
| 179 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for PSYCH SL")) #17
|
| 180 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for PSYCH HL")) #18
|
| 181 |
|
| 182 |
+
gr.HTML("<div style='font-size: 20px; font-family: Georgia; color: black'>Group IV - Chemistry, Biology, Physics, Computer Science</div>")
|
| 183 |
with gr.Column():
|
| 184 |
with gr.Row():
|
| 185 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for CHEM SL")) #19
|
|
|
|
| 192 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for CS SL")) #25
|
| 193 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for CS HL")) #26
|
| 194 |
|
| 195 |
+
gr.HTML("<div style='font-size: 20px; font-family: Georgia; color: black'>Group V - Mathematics Analysis and Approaches and Mathematics Application and Interpretation</div>")
|
| 196 |
with gr.Column():
|
| 197 |
with gr.Row():
|
| 198 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for MAA SL")) #27
|
|
|
|
| 202 |
|
| 203 |
with gr.Row():
|
| 204 |
with gr.Column():
|
| 205 |
+
gr.HTML("<div style='font-size: 20px; font-family: Georgia; color: black'>Group VI - Arts- Visual arts</div>")
|
| 206 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for VA SL")) #31
|
| 207 |
inpSubsData.append(gr.Textbox(placeholder="Enter student list here",label="Student List for VA HL")) #32
|
| 208 |
with gr.Column():
|
| 209 |
+
gr.HTML("<div style='font-size: 20px; font-family: Georgia; color: black'>Group III & IV - Environmental Societies and Systems</div>")
|
| 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 |
|