randmimc commited on
Commit
05efc0a
Β·
verified Β·
1 Parent(s): 8db620c

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +9 -1
src/streamlit_app.py CHANGED
@@ -56,7 +56,15 @@ def anormal(df, col_name, warning, text_input):
56
  # 1. session_state μ΄ˆκΈ°ν™” (앱이 처음 싀행될 λ•Œλ§Œ μž‘λ™)
57
  if 'selection' not in st.session_state:
58
  st.session_state.selection = ""
59
-
 
 
 
 
 
 
 
 
60
  slected = st.selectbox(
61
  "진단할 데이터λ₯Ό μ„ νƒν•˜μ„Έμš”:",
62
  options
 
56
  # 1. session_state μ΄ˆκΈ°ν™” (앱이 처음 싀행될 λ•Œλ§Œ μž‘λ™)
57
  if 'selection' not in st.session_state:
58
  st.session_state.selection = ""
59
+ if 'warning' not in st.session_state:
60
+ st.session_state.warning = ""
61
+ if 'success' not in st.session_state:
62
+ st.session_state.success = ""
63
+ if 'audio' not in st.session_state:
64
+ st.session_state.audio = ""
65
+ if 'markdown' not in st.session_state:
66
+ st.session_state.markdown = ""
67
+
68
  slected = st.selectbox(
69
  "진단할 데이터λ₯Ό μ„ νƒν•˜μ„Έμš”:",
70
  options