PragmaticPete commited on
Commit
dbff29a
·
verified ·
1 Parent(s): b8e92ca

Update logic/nlp_report.py

Browse files
Files changed (1) hide show
  1. logic/nlp_report.py +1 -0
logic/nlp_report.py CHANGED
@@ -1,5 +1,6 @@
1
  # File: logic/nlp_report.py
2
 
 
3
  from huggingface_hub import hf_hub_download
4
  from llama_cpp import Llama
5
  import logging
 
1
  # File: logic/nlp_report.py
2
 
3
+ import pandas as pd
4
  from huggingface_hub import hf_hub_download
5
  from llama_cpp import Llama
6
  import logging