enotkrutoy commited on
Commit
e97f41b
1 Parent(s): a42a2b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import streamlit as st
 
2
 
3
  # Инициализация истории сессий
4
  if "recon_history" not in st.session_state:
 
1
  import streamlit as st
2
+ import os
3
 
4
  # Инициализация истории сессий
5
  if "recon_history" not in st.session_state: