heysho commited on
Commit
baa4af4
1 Parent(s): fd4e2e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,7 +72,7 @@ def main():
72
  )
73
  reason = st.text_input("その感情の理由は何ですか?", key="reason")
74
  plan = st.text_input("今日の予定は何ですか?", key="plan")
75
- if st.button("Submit"):
76
  result = chain.stream({"feeling": feeling, "reason": reason, "plan": plan})
77
  st.write(result)
78
 
@@ -85,7 +85,7 @@ st.markdown(
85
  """
86
  <style>
87
  /* Custom style adjustments */
88
- .st-emotion-cache-iiif1v { display: none !important; }
89
  </style>
90
  """,
91
  unsafe_allow_html=True,
 
72
  )
73
  reason = st.text_input("その感情の理由は何ですか?", key="reason")
74
  plan = st.text_input("今日の予定は何ですか?", key="plan")
75
+ if st.button("今日の一言を見る"):
76
  result = chain.stream({"feeling": feeling, "reason": reason, "plan": plan})
77
  st.write(result)
78
 
 
85
  """
86
  <style>
87
  /* Custom style adjustments */
88
+ .st-emotion-cache-15ecox0 { display: none !important; }
89
  </style>
90
  """,
91
  unsafe_allow_html=True,