jackkuo commited on
Commit
3a5b282
·
verified ·
1 Parent(s): 140359f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,7 +299,7 @@ with gr.Blocks(title="Automated Enzyme Kinetics Extractor") as demo:
299
  <p>How to use:
300
  <br><strong>1</strong>: Upload your PDF.
301
  <br><strong>2</strong>: Click "View PDF" to preview it.
302
- <br><strong>3</strong>: Click "Convert to Markdown(Mathpix)/Convert to Text(PyMuPDF)" to extract PDF to Text.
303
  <br><strong>4</strong>: Enter your extraction prompt in the input box.
304
  <br><strong>5</strong>: Click "Generate" to extract data, and the extracted information will display below.
305
  </p>'''
 
299
  <p>How to use:
300
  <br><strong>1</strong>: Upload your PDF.
301
  <br><strong>2</strong>: Click "View PDF" to preview it.
302
+ <br><strong>3</strong>: Click "Convert to Markdown(Mathpix)" or "Convert to Text(PyMuPDF)" to Convert PDF to MD/Text.
303
  <br><strong>4</strong>: Enter your extraction prompt in the input box.
304
  <br><strong>5</strong>: Click "Generate" to extract data, and the extracted information will display below.
305
  </p>'''