soojeongcrystal commited on
Commit
de0e046
ยท
verified ยท
1 Parent(s): ce377b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def record_advice(experience, concern, advice):
21
  timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
22
  sheet.append_row([timestamp, experience, concern, advice])
23
 
24
- # ์Šคํƒ€์ผ๋ง์„ ์œ„ํ•œ CSS
25
  st.markdown("""
26
  <style>
27
  .header {
 
21
  timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
22
  sheet.append_row([timestamp, experience, concern, advice])
23
 
24
+ # ์Šคํƒ€์ผ๋ง์„ ์œ„ํ•œ CSS
25
  st.markdown("""
26
  <style>
27
  .header {