Update app.py
Browse files
app.py
CHANGED
@@ -291,10 +291,11 @@ def demo():
|
|
291 |
<h3>Explore Sacred Texts and Enhance Your Spiritual Journey</h3>""")
|
292 |
|
293 |
gr.Markdown(
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
|
|
298 |
|
299 |
with gr.Tab("Step 1: Upload PDF"):
|
300 |
document = gr.Files(label="Upload your PDF documents", file_count="multiple", file_types=["pdf"], interactive=True)
|
|
|
291 |
<h3>Explore Sacred Texts and Enhance Your Spiritual Journey</h3>""")
|
292 |
|
293 |
gr.Markdown(
|
294 |
+
"""<b>About BookMyDarshan.in:</b> We are dedicated to providing pilgrims with exceptional temple darshan experiences.
|
295 |
+
Our platform offers a comprehensive suite of spiritual and religious services, tailored to meet your devotional needs.<br><br>
|
296 |
+
<b>Note:</b> This spiritual assistant uses state-of-the-art AI to help you explore and understand your uploaded spiritual documents.
|
297 |
+
Combining technology with tradition, this tool assists in deepening your connection with your faith.<br>"""
|
298 |
+
)
|
299 |
|
300 |
with gr.Tab("Step 1: Upload PDF"):
|
301 |
document = gr.Files(label="Upload your PDF documents", file_count="multiple", file_types=["pdf"], interactive=True)
|