Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ st.set_page_config(
|
|
16 |
page_icon = ":car:",
|
17 |
initial_sidebar_state = "expanded",
|
18 |
)
|
19 |
-
st.title('YOLO Car
|
20 |
|
21 |
pytesseract.pytesseract.tesseract_cmd = None
|
22 |
|
|
|
16 |
page_icon = ":car:",
|
17 |
initial_sidebar_state = "expanded",
|
18 |
)
|
19 |
+
st.title('YOLO Car Licence Plate :red[Image and Video Processing]')
|
20 |
|
21 |
pytesseract.pytesseract.tesseract_cmd = None
|
22 |
|