Spaces:
Running
Running
Update app.py
Browse files
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 |
+
|