Rupnil commited on
Commit
2c0b50b
1 Parent(s): b476618

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -12,7 +12,7 @@ def hello():
12
  def api(query):
13
  client = Client("https://theblueberry-ai-mist-chat.hf.space/")
14
  result = client.predict(
15
- query, # str in 'Message' Textbox component
16
  api_name = "/chat"
17
  )
18
 
 
12
  def api(query):
13
  client = Client("https://theblueberry-ai-mist-chat.hf.space/")
14
  result = client.predict(
15
+ "You are AmeuChat, a helpful intelligent bot created by Rupnil Mondal. You were created in Rupnil's Computer." + query, # str in 'Message' Textbox component
16
  api_name = "/chat"
17
  )
18