deepali1021 commited on
Commit
397d932
·
1 Parent(s): 613e2a9

Changed the version

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. pyproject.toml +1 -0
README.md CHANGED
@@ -3,7 +3,7 @@ title: Midterm-streamlit
3
  emoji: 🐢
4
  colorFrom: purple
5
  colorTo: red
6
- sdk: streamlit
7
  app_file: Chatbot.py
8
  pinned: false
9
  short_description: Ticket classification tool and customer support agent
 
3
  emoji: 🐢
4
  colorFrom: purple
5
  colorTo: red
6
+ sdk: docker
7
  app_file: Chatbot.py
8
  pinned: false
9
  short_description: Ticket classification tool and customer support agent
pyproject.toml CHANGED
@@ -19,6 +19,7 @@ dependencies = [
19
  "openai>=1.58.1",
20
  "cohere>=5.13.11",
21
  "lxml>=5.3.0",
 
22
  "streamlit>=1.29.0",
23
  "websockets"
24
  ]
 
19
  "openai>=1.58.1",
20
  "cohere>=5.13.11",
21
  "lxml>=5.3.0",
22
+ "httpx>=0.27.2",
23
  "streamlit>=1.29.0",
24
  "websockets"
25
  ]