Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
agents-course
/
Final_Assignment_Template
like
39
Running
App
Files
Files
Community
28
Fetching metadata from the HF Docker repository...
Jofthomas
commited on
7 days ago
Commit
f6f7832
·
verified
·
1 Parent(s):
b90251f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -49,6 +49,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
49
"""
50
51
if profile:
52
username= f"{profile.name}"
53
54
else:
49
"""
50
51
if profile:
52
+
print(profile)
53
username= f"{profile.name}"
54
55
else: