JUNGU commited on
Commit
2b5a147
·
verified ·
1 Parent(s): 06d682a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -42,8 +42,9 @@ def generate_living_record(data):
42
  )
43
  return response.choices[0].message.content
44
 
45
- def clear_text(key):
46
- st.session_state[key] = ""
 
47
 
48
  # Streamlit 앱 구성
49
  st.title("생활기록부 생성 서비스")
 
42
  )
43
  return response.choices[0].message.content
44
 
45
+ #오류가 나서 입력창 내 지우기 기능은 삭제처리함
46
+ # def clear_text(key):
47
+ # st.session_state[key] = ""
48
 
49
  # Streamlit 앱 구성
50
  st.title("생활기록부 생성 서비스")