CannaTech commited on
Commit
5db95f2
·
1 Parent(s): 180779d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,9 +1,6 @@
1
  import openai
2
  import gradio as gr
3
 
4
- openai.api_key = "import openai
5
- import gradio as gr
6
-
7
  openai.api_key = "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"
8
 
9
  messages = [{"role": "system", "content": "You are an expert in Technical Support and Customer Service that specializes in New Mexico Cannabis Regulatory Compliance and training people how to use software called BioTrack"}]
@@ -61,7 +58,7 @@ iface = gr.Interface(
61
  ["Best Practices", "What are the best practices for managing inventory?"],
62
  ["General Question", "How to increase sales for my dispensary?"]
63
  ],
64
- theme="huggingface"
65
  )
66
 
67
  iface.launch()
 
1
  import openai
2
  import gradio as gr
3
 
 
 
 
4
  openai.api_key = "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"
5
 
6
  messages = [{"role": "system", "content": "You are an expert in Technical Support and Customer Service that specializes in New Mexico Cannabis Regulatory Compliance and training people how to use software called BioTrack"}]
 
58
  ["Best Practices", "What are the best practices for managing inventory?"],
59
  ["General Question", "How to increase sales for my dispensary?"]
60
  ],
61
+
62
  )
63
 
64
  iface.launch()