ArchiMathur commited on
Commit
83640f9
·
verified ·
1 Parent(s): c1db44b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -190,8 +190,8 @@ demo =gr.Interface(fn = rfprediction, inputs=[
190
  gr.Dropdown(worker_list, label="Are you a Smart worker or Hard worker?")
191
  ],
192
  outputs=gr.Label(num_top_classes=5),
193
- title="IT-Career Recommendation System: TMI4033 Colletive Intelligence, Group 12",
194
- description="Members: Derrick Lim Kin Yeap 74597, Jason Jong Sheng Tat 75125, Jason Ng Yong Xing 75127, Muhamad Hazrie Bin Suhkery 73555 "
195
  )
196
 
197
 
 
190
  gr.Dropdown(worker_list, label="Are you a Smart worker or Hard worker?")
191
  ],
192
  outputs=gr.Label(num_top_classes=5),
193
+ title="Archi Mathur"
194
+
195
  )
196
 
197