hjp157688 commited on
Commit
bd371f1
1 Parent(s): be691e3

Update pages/文件式文本检测工具.py

Browse files
pages/文件式文本检测工具.py CHANGED
@@ -182,7 +182,7 @@ if file is not None:
182
  save_results = st.checkbox("保存结果为CSV文件")
183
 
184
  if st.button("开始检测") :
185
- if st.session_state.logged_in = False:
186
  st.error("请先登录!")
187
  st.stop()
188
  if column not in df.columns:
 
182
  save_results = st.checkbox("保存结果为CSV文件")
183
 
184
  if st.button("开始检测") :
185
+ if st.session_state.logged_in == False:
186
  st.error("请先登录!")
187
  st.stop()
188
  if column not in df.columns: