Lilli98 commited on
Commit
61b46c3
·
verified ·
1 Parent(s): 887375d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -614,7 +614,7 @@ else:
614
  # 默认值,如果未输入ID
615
  llm_personality, info_sharing = ('human_like', 'local')
616
 
617
- st.info(f"You will be automatically assigned to the condition: **{llm_personality.replace('_', ' ').title()} / {info_sharing.title()}**.")
618
  # =================================================================
619
 
620
  # 移除原有的 c1, c2 和 selectbox
 
614
  # 默认值,如果未输入ID
615
  llm_personality, info_sharing = ('human_like', 'local')
616
 
617
+ #st.info(f"You will be automatically assigned to the condition: **{llm_personality.replace('_', ' ').title()} / {info_sharing.title()}**.")
618
  # =================================================================
619
 
620
  # 移除原有的 c1, c2 和 selectbox