ashutoshzade commited on
Commit
494305a
·
verified ·
1 Parent(s): 88725c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -56,7 +56,9 @@ demo = gr.ChatInterface(
56
  label="Top-p (nucleus sampling)",
57
  ),
58
  ],
59
- title="Job Description Generator expert"
 
 
60
  )
61
 
62
 
 
56
  label="Top-p (nucleus sampling)",
57
  ),
58
  ],
59
+ title="Job Description Generator expert",
60
+ description="This agent generates job description based upon input text below.",
61
+ analytics_enabled=True
62
  )
63
 
64