Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from definitions import AutonomousAgentApp
|
3 |
|
4 |
def main():
|
5 |
-
|
6 |
app.run()
|
7 |
|
8 |
if __name__ == "__main__":
|
|
|
2 |
from definitions import AutonomousAgentApp
|
3 |
|
4 |
def main():
|
5 |
+
autonomous_agent_app = AutonomousAgentApp()
|
6 |
app.run()
|
7 |
|
8 |
if __name__ == "__main__":
|