Skip to content

tintamarre/reuNiote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reuNiote

Petite application web pour gérer estimer le cout horaire d'une réunion de travail.

  • Demo

Run it

First install the dependencies:

python3 -m pip install -r requirements.txt

Then run the app:

streamlit run app.py

Deploy with Docker

Build

docker build --no-cache -f Dockerfile -t app:latest .

Run in daemon mode

docker run -d -p 8501:8501 app:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published