CatoG commited on
Commit
687ddae
Β·
verified Β·
1 Parent(s): b83e69b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -10
app.py CHANGED
@@ -370,16 +370,6 @@ with gr.Blocks(title="QA Bot - PDF Question Answering") as demo:
370
 
371
  gr.Markdown(
372
  """
373
- ### πŸ“ Instructions
374
- 1. Upload a PDF document
375
- 2. Enter your question in the text box
376
- 3. (Optional) Select a different LLM model
377
- 4. (Optional) Adjust advanced settings for fine-tuning
378
- 5. Click "Ask Question" to get an answer
379
-
380
- ### πŸ” Setup
381
- This Space requires a HuggingFace API token. Set the following in your Space secrets:
382
- - `HF_TOKEN`: Your HuggingFace API token (get it from https://huggingface.co/settings/tokens)
383
  """
384
  )
385
 
 
370
 
371
  gr.Markdown(
372
  """
 
 
 
 
 
 
 
 
 
 
373
  """
374
  )
375