justalphie commited on
Commit
0d28e62
·
1 Parent(s): 8269d69

Add heading and description

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -41,4 +41,7 @@ def reply(message:str, history:list):
41
 
42
 
43
 
44
- gr.ChatInterface(reply).launch()
 
 
 
 
41
 
42
 
43
 
44
+ gr.ChatInterface(reply,
45
+ title="Alfiya's Curriculum Vitae",
46
+ description="Hello! Use the text box below to ask questions about me and my work experience. 🗣️ Talk to me in English, Dutch, or French."
47
+ ).launch()