dnth commited on
Commit
78dbdd0
1 Parent(s): abb3ade

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -17,7 +17,8 @@ def hello(update: Update, context: CallbackContext) -> None:
17
  intro_text = """
18
  🤖 Greetings human! \n
19
  🤗 I'm a bot hosted on Hugging Face Spaces. \n
20
- ✉️ Send me a text to start and I shall generate a response to complete your text!\n\n
 
21
  ‼️ PS: Responses are not my own (everything's from GPT-J-6B). I'm not conscious (yet).
22
  """
23
  update.message.reply_text(intro_text)
17
  intro_text = """
18
  🤖 Greetings human! \n
19
  🤗 I'm a bot hosted on Hugging Face Spaces. \n
20
+ 🦾 I can query the mighty GPT-J-6B model and send you a response here. Try me.
21
+ ✉️ Send me a text to start and I shall generate a response to complete your text!\n
22
  ‼️ PS: Responses are not my own (everything's from GPT-J-6B). I'm not conscious (yet).
23
  """
24
  update.message.reply_text(intro_text)