Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ sessionid = os.getenv("ID")
|
|
| 10 |
useridname = os.getenv("USR")
|
| 11 |
# Initialize Scratch session
|
| 12 |
session = sa.login_by_id(sessionid, username=useridname)
|
| 13 |
-
cloud = session.connect_cloud("
|
| 14 |
client = cloud.requests()
|
| 15 |
|
| 16 |
# Initialize Groq client
|
|
@@ -65,5 +65,5 @@ app = Flask(__name__)
|
|
| 65 |
@app.route('/')
|
| 66 |
def index():
|
| 67 |
return """
|
| 68 |
-
Go to https://scratch.mit.edu/projects/
|
| 69 |
"""
|
|
|
|
| 10 |
useridname = os.getenv("USR")
|
| 11 |
# Initialize Scratch session
|
| 12 |
session = sa.login_by_id(sessionid, username=useridname)
|
| 13 |
+
cloud = session.connect_cloud("1185047933")
|
| 14 |
client = cloud.requests()
|
| 15 |
|
| 16 |
# Initialize Groq client
|
|
|
|
| 65 |
@app.route('/')
|
| 66 |
def index():
|
| 67 |
return """
|
| 68 |
+
Go to https://scratch.mit.edu/projects/1185047933/ for a live demo of this program.
|
| 69 |
"""
|