Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
·
1e63f6c
1
Parent(s):
e4b743f
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def run_code():
|
|
88 |
log_everything(subway)
|
89 |
code5="subway.run()"
|
90 |
exec(code5)
|
91 |
-
response = requests.get("
|
92 |
print(response)
|
93 |
|
94 |
css="footer {visibility: hidden}"
|
|
|
88 |
log_everything(subway)
|
89 |
code5="subway.run()"
|
90 |
exec(code5)
|
91 |
+
response = requests.get("http:///logs")
|
92 |
print(response)
|
93 |
|
94 |
css="footer {visibility: hidden}"
|