ysr commited on
Commit
15d803b
1 Parent(s): 2b1f2fe

add heading and description

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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")