cmagganas commited on
Commit
5a02de5
1 Parent(s): 90b2c39

updating files to match demo

Browse files
Files changed (3) hide show
  1. Dockerfile +1 -1
  2. app.py +0 -1
  3. chainlit.md +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ COPY --chown=user . $HOME/app
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY . .
11
- CMD ["chainlit", "run", "app.py", "--port", "7860"]
 
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY . .
11
+ CMD ["chainlit", "run", "app.py", "--port", "7860"]
app.py CHANGED
@@ -99,4 +99,3 @@ def process_response(res):
99
 
100
  cl.Message(content=answer, elements=source_elements).send()
101
 
102
-
 
99
 
100
  cl.Message(content=answer, elements=source_elements).send()
101
 
 
chainlit.md CHANGED
@@ -11,4 +11,4 @@ We can't wait to see what you create with Chainlit! Happy coding! 💻😊
11
 
12
  ## Welcome screen
13
 
14
- To modify the welcome screen, edit the `chainlit.md` file at the root of your project. If you do not want a welcome screen, just leave this file empty.
 
11
 
12
  ## Welcome screen
13
 
14
+ To modify the welcome screen, edit the `chainlit.md` file at the root of your project. If you do not want a welcome screen, just leave this file empty.