Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import openai
|
| 3 |
import json
|
|
|
|
|
|
|
| 4 |
openai_api_key = os.getenv("OPENAI_API_KEY")
|
| 5 |
|
| 6 |
# Données des appartements
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import openai
|
| 3 |
import json
|
| 4 |
+
import os
|
| 5 |
+
|
| 6 |
openai_api_key = os.getenv("OPENAI_API_KEY")
|
| 7 |
|
| 8 |
# Données des appartements
|