chelleboyer commited on
Commit
1f8d83c
·
1 Parent(s): 3fa4e69

Switch to docker SDK for Chainlit deployment

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. Spacefile +1 -2
README.md CHANGED
@@ -3,7 +3,7 @@ title: Planolyzer
3
  emoji: 🛍️
4
  colorFrom: blue
5
  colorTo: purple
6
- sdk: streamlit
7
  app_file: app.py
8
  pinned: false
9
  ---
 
3
  emoji: 🛍️
4
  colorFrom: blue
5
  colorTo: purple
6
+ sdk: docker
7
  app_file: app.py
8
  pinned: false
9
  ---
Spacefile CHANGED
@@ -1,7 +1,6 @@
1
  # Spacefile Docs: https://huggingface.co/docs/hub/spaces-config-reference
2
  image: python:3.11
3
- sdk: chainlit
4
- sdk_version: "{{sdkVersion}}"
5
  python_version: "3.11"
6
 
7
  # Set up the environment
 
1
  # Spacefile Docs: https://huggingface.co/docs/hub/spaces-config-reference
2
  image: python:3.11
3
+ sdk: docker
 
4
  python_version: "3.11"
5
 
6
  # Set up the environment