Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from functools import partial
|
|
6 |
hadith_search = HadithSearch(api_key=os.environ.get("apk"))
|
7 |
|
8 |
title = "Smart Hadith"
|
9 |
-
desc = "### This is a simple AI tool. Write your problem or situation (personal or not) and quickly find relevant hadiths on this topic or a problem you have. Just type in plain English how you feel.
|
10 |
|
11 |
|
12 |
warning = """
|
|
|
6 |
hadith_search = HadithSearch(api_key=os.environ.get("apk"))
|
7 |
|
8 |
title = "Smart Hadith"
|
9 |
+
desc = "### This is a simple AI tool. Write your problem or situation (personal or not) and quickly find relevant hadiths on this topic or a problem you have. Just type in plain English how you feel. More on how does it work: https://adam-rida.medium.com/smart-hadith-ed7b6c9e0b2d\nContact suggestions/questions: [email protected]\n\n"
|
10 |
|
11 |
|
12 |
warning = """
|