Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -52,6 +52,7 @@ custom_css = """
|
|
52 |
|
53 |
|
54 |
def update_placeholder_text():
|
|
|
55 |
desktop = Sandbox(api_key=E2B_API_KEY, resolution=(1024, 768), dpi=96)
|
56 |
desktop.stream.start(require_auth=True)
|
57 |
auth_key = desktop.stream.get_auth_key()
|
|
|
52 |
|
53 |
|
54 |
def update_placeholder_text():
|
55 |
+
print(f"e2b: '{E2B_API_KEY}'")
|
56 |
desktop = Sandbox(api_key=E2B_API_KEY, resolution=(1024, 768), dpi=96)
|
57 |
desktop.stream.start(require_auth=True)
|
58 |
auth_key = desktop.stream.get_auth_key()
|