Skip to content

Commit

Permalink
Merge pull request #30 from lfoppiano/question-coefficient
Browse files Browse the repository at this point in the history
Refactor and new functionality
  • Loading branch information
lfoppiano authored Jun 22, 2024
2 parents b5dfde0 + 727fc17 commit 5e4cf95
Show file tree
Hide file tree
Showing 10 changed files with 975 additions and 700 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade flake8 pytest pycodestyle
pip install --upgrade flake8 pytest pycodestyle pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ RUN pip3 install -r requirements.txt

COPY .streamlit ./.streamlit
COPY document_qa ./document_qa
COPY grobid_client_generic.py .
COPY client.py .
COPY streamlit_app.py .

# extract version
Expand Down
225 changes: 0 additions & 225 deletions client.py

This file was deleted.

Loading

0 comments on commit 5e4cf95

Please sign in to comment.