rafaldembski commited on
Commit
530926c
·
verified ·
1 Parent(s): f18485b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import streamlit as st
2
  from streamlit_option_menu import option_menu
3
  from utils.functions import (
@@ -226,3 +228,4 @@ except ImportError as e:
226
  st.error(f"Błąd importu: {e}")
227
  except TypeError as e:
228
  st.error(f"Błąd wywołania funkcji: {e}")
 
 
1
+ # app.py
2
+
3
  import streamlit as st
4
  from streamlit_option_menu import option_menu
5
  from utils.functions import (
 
228
  st.error(f"Błąd importu: {e}")
229
  except TypeError as e:
230
  st.error(f"Błąd wywołania funkcji: {e}")
231
+