tdecae commited on
Commit
f01c933
·
verified ·
1 Parent(s): ae0e417

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ DEEPSEEK_API_KEY = os.getenv("DEEPSEEK_API_KEY")
27
  DEEPSEEK_API_URL = "https://api.deepseek.com/v1/chat/completions"
28
 
29
  WELCOME_MESSAGE = (
30
- "Hello, I'm Thierry Decae's chatbot. You can ask me questions"
31
  "about my experience, skills, availability, eligibility, "
32
  "etc. You can chat with me in multiple languages."
33
  )
 
27
  DEEPSEEK_API_URL = "https://api.deepseek.com/v1/chat/completions"
28
 
29
  WELCOME_MESSAGE = (
30
+ "Hello, I'm Thierry Decae's chatbot. You can ask me questions "
31
  "about my experience, skills, availability, eligibility, "
32
  "etc. You can chat with me in multiple languages."
33
  )