Hemg commited on
Commit
7348851
·
verified ·
1 Parent(s): 54291e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ iface = gr.Interface(
85
  gr.Radio(["Yes", "No"], label="visited_college_for_inquery_only"),
86
  gr.Radio(["Yes", "No"], label="attended_any_event", info="Have you attended any events organized by the college you're interested in?"),
87
  gr.Radio(["New Year", "Dashain", "Orientation", "Fresher's Party", "Holi Festival", "Welcome Ceremony"],
88
- label="attended_event_name", info="If yes, which events did you attend?" ],
89
  gr.Radio(["Ram", "Gita", "Manish", "Shyam", "Raj", "Hari", "Rina", "Shree"], label="Presenter", info="who is the counser that help you while in counseling?"),
90
  gr.Radio(["Yes", "No"], label="visited_with_parents", info="Did you visit the college with your parents?")
91
  ],
 
85
  gr.Radio(["Yes", "No"], label="visited_college_for_inquery_only"),
86
  gr.Radio(["Yes", "No"], label="attended_any_event", info="Have you attended any events organized by the college you're interested in?"),
87
  gr.Radio(["New Year", "Dashain", "Orientation", "Fresher's Party", "Holi Festival", "Welcome Ceremony"],
88
+ label="attended_event_name", info="If yes, which events did you attend?" ),
89
  gr.Radio(["Ram", "Gita", "Manish", "Shyam", "Raj", "Hari", "Rina", "Shree"], label="Presenter", info="who is the counser that help you while in counseling?"),
90
  gr.Radio(["Yes", "No"], label="visited_with_parents", info="Did you visit the college with your parents?")
91
  ],