shukdevdatta123 commited on
Commit
e02a5ca
·
verified ·
1 Parent(s): 8dd2ee6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -673,7 +673,7 @@ with gr.Blocks(css=custom_css, title="Medicine Assistant") as app:
673
  )
674
  with gr.Row():
675
  analyze_full_btn = gr.Button(
676
- "Analyze Full Prescription",
677
  elem_classes=["accent-btn"]
678
  )
679
 
 
673
  )
674
  with gr.Row():
675
  analyze_full_btn = gr.Button(
676
+ "Analyze Full Prescription (Full Analysis Tab)",
677
  elem_classes=["accent-btn"]
678
  )
679