sds-bosch commited on
Commit
ef1a1f9
1 Parent(s): 2ee74e7

Updating files

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +4 -0
app.py CHANGED
@@ -30,5 +30,5 @@ iface = gr.Interface(fn=chatbot,
30
  description = "Effortless living with Bosch Home appliances chatbot - troubleshoot, maintain, and get answers with ease.",
31
  css=".main {background-image: url('https://media3.bosch-home.com/Images/3200x/21473378_Washing_Machine_Product.webp'); background-size: cover;} .header {background-image: url('https://upload.wikimedia.org/wikipedia/commons/c/c3/Bosch_logo.png'); background-repeat: no-repeat; background-position: center; height: 200px;}",
32
  )
33
- index = construct_index("docs")
34
  iface.launch(share=False)
 
30
  description = "Effortless living with Bosch Home appliances chatbot - troubleshoot, maintain, and get answers with ease.",
31
  css=".main {background-image: url('https://media3.bosch-home.com/Images/3200x/21473378_Washing_Machine_Product.webp'); background-size: cover;} .header {background-image: url('https://upload.wikimedia.org/wikipedia/commons/c/c3/Bosch_logo.png'); background-repeat: no-repeat; background-position: center; height: 200px;}",
32
  )
33
+ # index = construct_index("docs")
34
  iface.launch(share=False)
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ openai
2
+ llama-index
3
+ gradio
4
+ pypdf