sirochild commited on
Commit
e5d0e7d
·
verified ·
1 Parent(s): c5465e0

Upload main_app.py

Browse files
Files changed (1) hide show
  1. main_app.py +2 -0
main_app.py CHANGED
@@ -1237,7 +1237,9 @@ def render_chat_tab_content(managers):
1237
  st.success("🔓 セーフティ解除モードに切り替えました!")
1238
  else:
1239
  st.info("🔒 セーフティ有効モードに戻しました。")
 
1240
  st.rerun()
 
1241
  # 好感度に応じた現在の色を計算する関数(スコープ問題回避のため外部定義)
1242
  def get_affection_color(affection_val):
1243
  if affection_val < 20:
 
1237
  st.success("🔓 セーフティ解除モードに切り替えました!")
1238
  else:
1239
  st.info("🔒 セーフティ有効モードに戻しました。")
1240
+
1241
  st.rerun()
1242
+
1243
  # 好感度に応じた現在の色を計算する関数(スコープ問題回避のため外部定義)
1244
  def get_affection_color(affection_val):
1245
  if affection_val < 20: