shukdevdatta123 commited on
Commit
73a3536
·
verified ·
1 Parent(s): e02a5ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -595,6 +595,7 @@ html_how_to_use_extractor = """
595
  </li>
596
  </ol>
597
  <p><strong>Tip:</strong> For best results, ensure your prescription image is clear, well-lit, and shows all medicine names clearly.</p>
 
598
  </div>
599
  """
600
 
@@ -668,7 +669,7 @@ with gr.Blocks(css=custom_css, title="Medicine Assistant") as app:
668
  with gr.Column(scale=1):
669
  with gr.Row():
670
  recommend_from_extract_btn = gr.Button(
671
- "Get Recommendations for First Medicine",
672
  elem_classes=["secondary-btn"]
673
  )
674
  with gr.Row():
 
595
  </li>
596
  </ol>
597
  <p><strong>Tip:</strong> For best results, ensure your prescription image is clear, well-lit, and shows all medicine names clearly.</p>
598
+ <p><strong>Tip 2:</strong> Please wait for few seconds for results.</p>
599
  </div>
600
  """
601
 
 
669
  with gr.Column(scale=1):
670
  with gr.Row():
671
  recommend_from_extract_btn = gr.Button(
672
+ "Get Recommendations (Tab) for First Medicine",
673
  elem_classes=["secondary-btn"]
674
  )
675
  with gr.Row():