Update app.py
Browse files
app.py
CHANGED
@@ -85,4 +85,4 @@ def main():
|
|
85 |
st.sidebar.text("Delay controls the speed of updates to help with motion sensitivity.")
|
86 |
|
87 |
if __name__ == "__main__":
|
88 |
-
|
|
|
85 |
st.sidebar.text("Delay controls the speed of updates to help with motion sensitivity.")
|
86 |
|
87 |
if __name__ == "__main__":
|
88 |
+
main()
|