Spaces:
Sleeping
Sleeping
justalphie
commited on
Commit
·
0d28e62
1
Parent(s):
8269d69
Add heading and description
Browse files
app.py
CHANGED
@@ -41,4 +41,7 @@ def reply(message:str, history:list):
|
|
41 |
|
42 |
|
43 |
|
44 |
-
gr.ChatInterface(reply
|
|
|
|
|
|
|
|
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()
|