Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -181,13 +181,6 @@ forms_questions = {
|
|
181 |
"Master's degree",
|
182 |
"Doctoral degree"
|
183 |
]},
|
184 |
-
{"question": "How familiar are you with AI chatbots?", "options": [
|
185 |
-
"Not familiar at all",
|
186 |
-
"Slightly familiar",
|
187 |
-
"Moderately familiar",
|
188 |
-
"Very familiar",
|
189 |
-
"Extremely familiar"
|
190 |
-
]}
|
191 |
]
|
192 |
}
|
193 |
|
|
|
181 |
"Master's degree",
|
182 |
"Doctoral degree"
|
183 |
]},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
]
|
185 |
}
|
186 |
|