Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,8 +22,7 @@ def generate_answer(Question=""):
|
|
| 22 |
|
| 23 |
examples = ["Is Nigerian Senator, Enyinnaya Abaribe, shot dead?", "Liberia has the world's highest rainfall rate: true or false"]
|
| 24 |
description = "Ask your question"
|
| 25 |
-
article = "<p><strong>Disclaimer:</strong> Dubawa Chatbot is designed to assist users with fact-checked information and answer questions related to Dubawa and fact-checked articles. While we strive to provide accurate and reliable information, please be aware that the chatbot's responses are generated based on available data and may not always reflect the most up-to-date information. Users are encouraged to cross-verify information for critical decisions and consult trusted sources for any specific or sensitive inquiries.</p>
|
| 26 |
-
"
|
| 27 |
title = "Dubawa Chatbot"
|
| 28 |
thumbnail = 'Dubawa'
|
| 29 |
demo = gr.Interface(fn=generate_answer, inputs="text", outputs="text", title=title, description=description,cache_examples=True, examples=examples, article=article, thumbnail=thumbnail,allow_flagging=False,css="footer {visibility: hidden}" )
|
|
|
|
| 22 |
|
| 23 |
examples = ["Is Nigerian Senator, Enyinnaya Abaribe, shot dead?", "Liberia has the world's highest rainfall rate: true or false"]
|
| 24 |
description = "Ask your question"
|
| 25 |
+
article = "<p><strong>Disclaimer:</strong> Dubawa Chatbot is designed to assist users with fact-checked information and answer questions related to Dubawa and fact-checked articles. While we strive to provide accurate and reliable information, please be aware that the chatbot's responses are generated based on available data and may not always reflect the most up-to-date information. Users are encouraged to cross-verify information for critical decisions and consult trusted sources for any specific or sensitive inquiries.</p>"
|
|
|
|
| 26 |
title = "Dubawa Chatbot"
|
| 27 |
thumbnail = 'Dubawa'
|
| 28 |
demo = gr.Interface(fn=generate_answer, inputs="text", outputs="text", title=title, description=description,cache_examples=True, examples=examples, article=article, thumbnail=thumbnail,allow_flagging=False,css="footer {visibility: hidden}" )
|