Spaces:
Sleeping
Sleeping
add heading and description
Browse files
app.py
CHANGED
|
@@ -35,6 +35,11 @@ def format_search_result(result):
|
|
| 35 |
|
| 36 |
|
| 37 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
chatbot = gr.Chatbot()
|
| 39 |
msg = gr.Textbox()
|
| 40 |
clear = gr.Button("Clear")
|
|
|
|
| 35 |
|
| 36 |
|
| 37 |
with gr.Blocks() as demo:
|
| 38 |
+
gr.Markdown(
|
| 39 |
+
"""
|
| 40 |
+
# Quran Semantic Search!
|
| 41 |
+
Ask questions and seek advice and see what the Holy book has to say about it.
|
| 42 |
+
""")
|
| 43 |
chatbot = gr.Chatbot()
|
| 44 |
msg = gr.Textbox()
|
| 45 |
clear = gr.Button("Clear")
|