Skip to content

Commit

Permalink
streamlit removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkersigirci committed Dec 14, 2024
1 parent bb5724e commit 97c779d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 452 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,5 @@ profile-builtin: ## Profile the file with cProfile and shows the report in the t
docker-build: ## Build docker image
docker build --tag ${DOCKER_IMAGE} --file docker/Dockerfile --target ${DOCKER_TARGET} .

run-streamlit: ## Run streamlit app
uv run streamlit run src/movie_guess/streamlit_app.py

run-fasthtml: ## Run fasthtml app
uv run python src/movie_guess/fasthtml_app.py
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ classifiers = [

dependencies = [
"python-fasthtml>=0.10.1",
"streamlit>=1.40.2",
"thefuzz[speedup]>=0.22.1",
"tmdbv3api>=1.9.0",
]
Expand Down
52 changes: 0 additions & 52 deletions src/movie_guess/streamlit_app.py

This file was deleted.

Loading

0 comments on commit 97c779d

Please sign in to comment.