yogesh69 commited on
Commit
5fd4949
·
verified ·
1 Parent(s): 64ac7f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
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
- """<b>About BookMyDarshan.in:</b> We are a Hyderabad-based startup dedicated to providing pilgrims with exceptional temple darshan experiences.
295
- Our platform offers a comprehensive suite of spiritual and religious services, customized 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
- With a blend of technology and tradition, this tool assists in connecting you more deeply with your faith.<br>""")
 
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)