Alexandra Zapko-Willmes commited on
Commit
804b125
·
verified ·
1 Parent(s): 6fba17a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,5 +18,5 @@ gr.Interface(
18
  gr.Dropdown(list(models.keys()), label="Choose Model")
19
  ],
20
  outputs="text",
21
- title="LLM-Powered Questionnaire"
22
  ).launch()
 
18
  gr.Dropdown(list(models.keys()), label="Choose Model")
19
  ],
20
  outputs="text",
21
+ title="AI Psychometrics: Data Collection"
22
  ).launch()