ToluClassics commited on
Commit
11cb26c
β€’
1 Parent(s): 86261d1
Files changed (2) hide show
  1. Dockerfile +0 -7
  2. main.py β†’ app.py +0 -0
Dockerfile DELETED
@@ -1,7 +0,0 @@
1
- FROM python:3.8
2
- EXPOSE 8501
3
- WORKDIR /app
4
- COPY requirements.txt ./requirements.txt
5
- RUN pip3 install -r requirements.txt
6
- COPY . .
7
- CMD streamlit run main.py --theme.base light
 
 
 
 
 
 
 
 
main.py β†’ app.py RENAMED
File without changes