Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,9 +47,9 @@ class ChatBot:
|
|
47 |
|
48 |
bot = ChatBot()
|
49 |
|
50 |
-
title = "
|
51 |
-
description = "
|
52 |
-
examples = ["
|
53 |
|
54 |
iface = gr.Interface(
|
55 |
fn=bot.predict,
|
|
|
47 |
|
48 |
bot = ChatBot()
|
49 |
|
50 |
+
title = "👋🏻النور اسلام میں خوش آمدید🌠"
|
51 |
+
description = "یہاں آپ اسلام یا اپنی زندگی کے بارے میں سوالات پوچھ سکتے ہیں:"
|
52 |
+
examples = ["محنت کے بارے میں قرآن کیا کہتا ہے؟"]
|
53 |
|
54 |
iface = gr.Interface(
|
55 |
fn=bot.predict,
|