acecalisto3 commited on
Commit
8d865a3
·
verified ·
1 Parent(s): 06f5da0

Update definitions.py

Browse files
Files changed (1) hide show
  1. definitions.py +3 -3
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
- if __name__ == "__main__":
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()