Update README.md
Browse files
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)
|