Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ iface = gr.Interface(
|
|
91 |
gr.Radio(["Ram", "Gita", "Manish", "Shyam", "Raj", "Hari", "Rina", "Shree"],
|
92 |
label="Presenter"),
|
93 |
gr.Radio(["Yes", "No"], label="Visited Parent"),
|
94 |
-
gr.Radio(["Trinity", "CCRC", "KMC", "SOS", "ISMT", "St. Xavier's", "Everest", "Prime"], label="College")
|
95 |
gr.Radio(["Yes", "No"], label="Visited College for Inquiry"),
|
96 |
gr.Radio(["New Year", "Dashain", "Orientation", "Fresher's Party", "Holi Festival", "Welcome Ceremony"],
|
97 |
label="Event"),
|
|
|
91 |
gr.Radio(["Ram", "Gita", "Manish", "Shyam", "Raj", "Hari", "Rina", "Shree"],
|
92 |
label="Presenter"),
|
93 |
gr.Radio(["Yes", "No"], label="Visited Parent"),
|
94 |
+
gr.Radio(["Trinity", "CCRC", "KMC", "SOS", "ISMT", "St. Xavier's", "Everest", "Prime"], label="College"),
|
95 |
gr.Radio(["Yes", "No"], label="Visited College for Inquiry"),
|
96 |
gr.Radio(["New Year", "Dashain", "Orientation", "Fresher's Party", "Holi Festival", "Welcome Ceremony"],
|
97 |
label="Event"),
|