alishafique commited on
Commit
883f31c
·
verified ·
1 Parent(s): 205034a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ def chat(message):
62
  return response[0]["generated_text"]
63
 
64
  # Example chat
65
- user_input = "کراچی کی اہمیت کیا ہے؟"
66
  bot_response = chat(user_input)
67
 
68
  print(bot_response)
 
62
  return response[0]["generated_text"]
63
 
64
  # Example chat
65
+ user_input = "شہر کراچی کی کیا اہمیت ہے؟"
66
  bot_response = chat(user_input)
67
 
68
  print(bot_response)