Update app.py
Browse files
app.py
CHANGED
@@ -162,5 +162,5 @@ if st.checkbox("Show the detected labels", value=True):
|
|
162 |
st.markdown(
|
163 |
"This demo uses a model and code from "
|
164 |
"https://github.com/robmarkcole/object-detection-app. "
|
165 |
-
"Many thanks to the project."
|
166 |
)
|
|
|
162 |
st.markdown(
|
163 |
"This demo uses a model and code from "
|
164 |
"https://github.com/robmarkcole/object-detection-app. "
|
165 |
+
"Many thanks to the project. hehehhe"
|
166 |
)
|