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")