Spaces:
Sleeping
Sleeping
Alexandra Zapko-Willmes
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -18,5 +18,5 @@ gr.Interface(
|
|
18 |
gr.Dropdown(list(models.keys()), label="Choose Model")
|
19 |
],
|
20 |
outputs="text",
|
21 |
-
title="
|
22 |
).launch()
|
|
|
18 |
gr.Dropdown(list(models.keys()), label="Choose Model")
|
19 |
],
|
20 |
outputs="text",
|
21 |
+
title="AI Psychometrics: Data Collection"
|
22 |
).launch()
|