Update src/frontend/app.py
Browse files- src/frontend/app.py +0 -7
src/frontend/app.py
CHANGED
@@ -84,13 +84,6 @@ except ImportError as e:
|
|
84 |
return True
|
85 |
import tempfile
|
86 |
|
87 |
-
# Set page config
|
88 |
-
st.set_page_config(
|
89 |
-
page_title="AI Prediction Dashboard",
|
90 |
-
page_icon="🎯",
|
91 |
-
layout="wide"
|
92 |
-
)
|
93 |
-
|
94 |
# Custom CSS to fix text alignment in status boxes and add progress bars
|
95 |
st.markdown("""
|
96 |
<style>
|
|
|
84 |
return True
|
85 |
import tempfile
|
86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
# Custom CSS to fix text alignment in status boxes and add progress bars
|
88 |
st.markdown("""
|
89 |
<style>
|