lvwerra HF Staff commited on
Commit
e49ff12
·
verified ·
1 Parent(s): f8d9481

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()