Spaces:
Sleeping
Sleeping
Update definitions.py
Browse files- definitions.py +1 -1
definitions.py
CHANGED
@@ -720,6 +720,6 @@ class AutonomousAgentApp:
|
|
720 |
st.write(f"Python Version: {sys.version}")
|
721 |
st.write(f"Platform: {platform.platform()}")
|
722 |
st.write(f"Available Memory: {psutil.virtual_memory().available / (1024**3):.1f} GB free")
|
723 |
-
|
724 |
|
725 |
app.launch()
|
|
|
720 |
st.write(f"Python Version: {sys.version}")
|
721 |
st.write(f"Platform: {platform.platform()}")
|
722 |
st.write(f"Available Memory: {psutil.virtual_memory().available / (1024**3):.1f} GB free")
|
723 |
+
if __name__ == "__main__":
|
724 |
|
725 |
app.launch()
|