Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from datetime import datetime
|
|
| 6 |
|
| 7 |
app = Flask(__name__)
|
| 8 |
execution_logs = []
|
| 9 |
-
MAX_LOG_ENTRIES =
|
| 10 |
|
| 11 |
def run_cli_script():
|
| 12 |
"""Runs cli.py and streams logs in real-time to both UI and terminal."""
|
|
|
|
| 6 |
|
| 7 |
app = Flask(__name__)
|
| 8 |
execution_logs = []
|
| 9 |
+
MAX_LOG_ENTRIES = 9999999999999999999
|
| 10 |
|
| 11 |
def run_cli_script():
|
| 12 |
"""Runs cli.py and streams logs in real-time to both UI and terminal."""
|