dnth commited on
Commit
fcaad6e
1 Parent(s): 7b80721

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -17,8 +17,7 @@ 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
- 💪 I can query the GPT-J-6B model by Ahsen Khaliq at https://huggingface.co/spaces/akhaliq/gpt-j-6B.\n
21
- ✉️ Send me a text and I shall respond!\n\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)
 
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)