Update app.py
Browse files
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 = "
|
| 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 |
|