Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
 
4
 
5
 
6
- openai.api_key = "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"
7
 
8
  messages = [{"role": "system", "content": "You are a financial experts that specializes in real estate investment and negotiation"}]
9
 
 
3
 
4
 
5
 
6
+ openai.api_key = "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"
7
 
8
  messages = [{"role": "system", "content": "You are a financial experts that specializes in real estate investment and negotiation"}]
9