Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ import contact
|
|
| 18 |
|
| 19 |
|
| 20 |
st.write('### Vehicle number plate recognition CNN')
|
| 21 |
-
st.write('##### This page is created by Himanshu)
|
| 22 |
st.markdown('---')
|
| 23 |
|
| 24 |
|
|
@@ -28,7 +28,7 @@ selected = option_menu(None, ["Home", "Classifier"],
|
|
| 28 |
styles={
|
| 29 |
"icon": {"color": "yellow", "font-size": "20px"},
|
| 30 |
"nav-link": {"font-size": "20px", "text-align": "left", "margin":"1px", "--hover-color": "#eee"},
|
| 31 |
-
"nav-link-selected": {"background-color": "grey"}
|
| 32 |
}
|
| 33 |
)
|
| 34 |
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
st.write('### Vehicle number plate recognition CNN')
|
| 21 |
+
st.write('##### This page is created by Himanshu')
|
| 22 |
st.markdown('---')
|
| 23 |
|
| 24 |
|
|
|
|
| 28 |
styles={
|
| 29 |
"icon": {"color": "yellow", "font-size": "20px"},
|
| 30 |
"nav-link": {"font-size": "20px", "text-align": "left", "margin":"1px", "--hover-color": "#eee"},
|
| 31 |
+
"nav-link-selected": {"background-color": "grey"}
|
| 32 |
}
|
| 33 |
)
|
| 34 |
|