Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,6 @@ iface = gr.Interface(
|
|
92 |
gr.Radio(["Ram", "Gita", "Manish", "Shyam", "Raj", "Hari", "Rina", "Shree"],
|
93 |
label="Presenter"),
|
94 |
gr.Radio(["Yes", "No"], label="Visited Parent"),
|
95 |
-
gr.Radio(["Trinity", "CCRC", "KMC", "SOS", "ISMT", "St. Xavier's", "Everest", "Prime"], label="College"),
|
96 |
gr.Radio(["Yes", "No"], label="Visited College for Inquiry"),
|
97 |
gr.Radio(["Yes", "No"], label="Attended Any Event"),
|
98 |
gr.Number(label="College Fee"),
|
|
|
92 |
gr.Radio(["Ram", "Gita", "Manish", "Shyam", "Raj", "Hari", "Rina", "Shree"],
|
93 |
label="Presenter"),
|
94 |
gr.Radio(["Yes", "No"], label="Visited Parent"),
|
|
|
95 |
gr.Radio(["Yes", "No"], label="Visited College for Inquiry"),
|
96 |
gr.Radio(["Yes", "No"], label="Attended Any Event"),
|
97 |
gr.Number(label="College Fee"),
|