Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,7 @@ import streamlit.components.v1 as components
|
|
| 7 |
import plotly.express as px
|
| 8 |
import time
|
| 9 |
import plotly.io as pio
|
|
|
|
| 10 |
from openai import OpenAI
|
| 11 |
|
| 12 |
# plotly의 JSON 직렬화 엔진을 기본 json으로 설정
|
|
|
|
| 7 |
import plotly.express as px
|
| 8 |
import time
|
| 9 |
import plotly.io as pio
|
| 10 |
+
import httpx
|
| 11 |
from openai import OpenAI
|
| 12 |
|
| 13 |
# plotly의 JSON 직렬화 엔진을 기본 json으로 설정
|