Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import torch
|
|
| 5 |
|
| 6 |
def main():
|
| 7 |
|
| 8 |
-
st.title("Traffic Analytics for OOH
|
| 9 |
|
| 10 |
inference_msg = st.empty()
|
| 11 |
st.sidebar.title("Configuration")
|
|
|
|
| 5 |
|
| 6 |
def main():
|
| 7 |
|
| 8 |
+
st.title("Traffic Analytics for OOH")
|
| 9 |
|
| 10 |
inference_msg = st.empty()
|
| 11 |
st.sidebar.title("Configuration")
|