khkeni commited on
Commit
ab2a125
1 Parent(s): 95834e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio
3
 
4
  # Please dont copy need for presentation today at 12 PM EST please
5
 
6
- openai.api_key = "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"
7
 
8
  messages = [{"role": "system", "content": "You are a hospitality industry management expert including techniques to increase employee retention and employee engagement"}]
9
 
 
3
 
4
  # Please dont copy need for presentation today at 12 PM EST please
5
 
6
+ openai.api_key = ""
7
 
8
  messages = [{"role": "system", "content": "You are a hospitality industry management expert including techniques to increase employee retention and employee engagement"}]
9