Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ import torch
|
|
5 |
|
6 |
def main():
|
7 |
|
8 |
-
st.image('https://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Dentsu-logo_black.svg/2560px-Dentsu-logo_black.svg.png', width=250)
|
9 |
st.title("Traffic Analytics for Out of Home Environment")
|
10 |
|
11 |
inference_msg = st.empty()
|
|
|
5 |
|
6 |
def main():
|
7 |
|
|
|
8 |
st.title("Traffic Analytics for Out of Home Environment")
|
9 |
|
10 |
inference_msg = st.empty()
|