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 = "👋🏻Welcome to Conversate with Bible Scriptures🌠"
|
| 51 |
+
description = "Here you can ask questions about bible scriptures or your faith & life"
|
| 52 |
+
examples = ["What does the bible say about the value of hard work?"]
|
| 53 |
|
| 54 |
iface = gr.Interface(
|
| 55 |
fn=bot.predict,
|