Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,12 +88,12 @@ def submit_profile(name, discord, city, country, address, looking, onlinecheck,
|
|
| 88 |
"Country": country,
|
| 89 |
"Address": address,
|
| 90 |
"Looking for Team": looking,
|
| 91 |
-
"
|
| 92 |
"Languages": languages,
|
| 93 |
"Laptop": laptop,
|
| 94 |
"Robot": robot,
|
| 95 |
"Skills": skills,
|
| 96 |
-
"
|
| 97 |
"Experience": experience,
|
| 98 |
"Project Idea": idea
|
| 99 |
})
|
|
|
|
| 88 |
"Country": country,
|
| 89 |
"Address": address,
|
| 90 |
"Looking for Team": looking,
|
| 91 |
+
"How?": onlinecheck,
|
| 92 |
"Languages": languages,
|
| 93 |
"Laptop": laptop,
|
| 94 |
"Robot": robot,
|
| 95 |
"Skills": skills,
|
| 96 |
+
"Description": describe3,
|
| 97 |
"Experience": experience,
|
| 98 |
"Project Idea": idea
|
| 99 |
})
|