justalphie commited on
Commit
92ba8ca
Β·
1 Parent(s): 0d28e62

Add link to LinkedIn

Browse files
Files changed (1) hide show
  1. app.py +15 -1
app.py CHANGED
@@ -40,8 +40,22 @@ def reply(message:str, history:list):
40
 
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()
 
40
 
41
 
42
 
43
+ description = """
44
+ <a href="https://www.linkedin.com/in/alfiya-khabibullina-7b13131b8/"><img src="https://media.licdn.com/dms/image/D4E35AQH3_TsZdDJqgQ/profile-framedphoto-shrink_400_400/0/1700140203397?e=1712768400&v=beta&t=zHg5UKxtG4sKD3tvV-0ojW-gsG8-QoJK672NklxdEBk" width="100" style="
45
+ float: right;
46
+ position: relative;
47
+ top: -65px;
48
+ right: 0px;
49
+ width: 100px;
50
+ border-radius: 100%;
51
+ "/></a>
52
+ Hello!
53
+ πŸ’¬ Use the text box below to ask questions about me and my work experience.
54
+ <nobr> πŸ—£οΈ Talk to me in English, Dutch, or French. </nobr>
55
+ <nobr> πŸ”— [Check my LinkedIn profile!](https://www.linkedin.com/in/alfiya-khabibullina-7b13131b8/) </nobr>
56
+ """
57
 
58
  gr.ChatInterface(reply,
59
  title="Alfiya's Curriculum Vitae",
60
+ description=description
61
  ).launch()