JUNGU commited on
Commit
22a5c64
ยท
1 Parent(s): 781cb5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
- import openai #openai api ์‚ฌ์šฉ
3
  import json
4
- from annotated_text import annotated_text #annotated_text ์‚ฌ์šฉ
5
 
6
  # OpenAI API ์„ค์ • (ํ™˜๊ฒฝ ๋ณ€์ˆ˜์—์„œ ์ฝ์–ด์˜ด)
7
  openai.api_key = os.getenv("OPENAI_API_KEY")
 
1
  import streamlit as st
2
+ import openai
3
  import json
4
+ from annotated_text import annotated_text
5
 
6
  # OpenAI API ์„ค์ • (ํ™˜๊ฒฝ ๋ณ€์ˆ˜์—์„œ ์ฝ์–ด์˜ด)
7
  openai.api_key = os.getenv("OPENAI_API_KEY")