Kooshatab commited on
Commit
d25dbd6
·
verified ·
1 Parent(s): 238a7a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -374,11 +374,9 @@ with gr.Blocks() as demo:
374
 
375
  gr.Markdown(
376
  f"**Dataset:** `{DATASET_REPO_ID}` \n"
377
- f"**Local PDF dir:** `{PDF_LOCAL_DIR}` \n"
378
- f"**PDFs downloaded this run:** `{DOWNLOADED_COUNT}` \n"
379
  f"**PDFs found locally:** `{PDF_COUNT}` \n"
380
- f"**Loaded index from cache:** `{LOADED_FROM_CACHE}`"
381
- )
382
 
383
  q = gr.Textbox(lines=2, label="Ask a question about Abalone")
384
  out = gr.Textbox(lines=10, label="Answer")
 
374
 
375
  gr.Markdown(
376
  f"**Dataset:** `{DATASET_REPO_ID}` \n"
 
 
377
  f"**PDFs found locally:** `{PDF_COUNT}` \n"
378
+ f"**PDFs downloaded:** `{DOWNLOADED_COUNT}`"
379
+ )
380
 
381
  q = gr.Textbox(lines=2, label="Ask a question about Abalone")
382
  out = gr.Textbox(lines=10, label="Answer")