Hemg commited on
Commit
540b921
·
verified ·
1 Parent(s): e5500c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -82,8 +82,7 @@ iface = gr.Interface(
82
  "BA (Hons) Accounting & Finance", "BA (Hons) Business Administration"], label="Course_Interested", info="Which course are you most interested in?"),
83
  gr.Radio(["Science", "Management", "Humanities"], label="Faculty", info="what is your last stream ?"),
84
  gr.Radio(["Event", "Facebook", "Instagram", "Offline", "Recommendation"], label="Source",info="How did you first hear about this college?"),
85
- gr.Radio(["Yes", "No"], label="visited_college_for_inquery_only", info="Have you visited the college you're interested in for an inquiry or consultation (e.g., for information about admission, programs, facilities, etc.)?
86
- "),
87
  gr.Radio(["Yes", "No"], label="attended_any_event", info="Have you attended any events organized by the college you're interested in?"),
88
  gr.Radio(["New Year", "Dashain", "Orientation", "Fresher's Party", "Holi Festival", "Welcome Ceremony"],
89
  label="attended_event_name", info="If yes, which events did you attend?" ),
 
82
  "BA (Hons) Accounting & Finance", "BA (Hons) Business Administration"], label="Course_Interested", info="Which course are you most interested in?"),
83
  gr.Radio(["Science", "Management", "Humanities"], label="Faculty", info="what is your last stream ?"),
84
  gr.Radio(["Event", "Facebook", "Instagram", "Offline", "Recommendation"], label="Source",info="How did you first hear about this college?"),
85
+ gr.Radio(["Yes", "No"], label="visited_college_for_inquery_only", info="Have you visited the college you're interested in for an inquiry or consultation?"),
 
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?" ),