kl08 commited on
Commit
76a1b99
·
1 Parent(s): ae894ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import gradio as gr
3
  gr.load(
4
  name="JanSt/albert-base-v2_mbti-classification",
5
  src="models",
 
6
  title="MyersBriggsTypes.png",
7
  description="Personality Detection is an app designed to help you understand yourself and others better with the help of psychometrics. Simply write a prompt or upload a document containing text that the app will analyze using Natural Language Processing (NLP) techniques to detect meaningful patterns in language and gain insights into the personality of the document/writer. After analyzing the text, Personality Detection presents the users with an analysis of their personality traits based on the Myers-Briggs Type Indicator Model. This app can be useful for identifying one's strengths and weaknesses, increasing self-awareness, and understanding how to interact with others more effectively. With Personality Detection, you can gain a better understanding of yourself and others!",
8
  article="Check out the [model repo](https://huggingface.co/tillschwoerer/roberta-base-finetuned-toxic-comments-detection) that this demo is based off of.",
 
3
  gr.load(
4
  name="JanSt/albert-base-v2_mbti-classification",
5
  src="models",
6
+ <center><a href=\"https://en.wikipedia.org/wiki/Myers–Briggs_Type_Indicator/\"><img src='https://upload.wikimedia.org/wikipedia/commons/1/1f/MyersBriggsTypes.png' alt='Thoucentric-Logo'></a></center><br>
7
  title="MyersBriggsTypes.png",
8
  description="Personality Detection is an app designed to help you understand yourself and others better with the help of psychometrics. Simply write a prompt or upload a document containing text that the app will analyze using Natural Language Processing (NLP) techniques to detect meaningful patterns in language and gain insights into the personality of the document/writer. After analyzing the text, Personality Detection presents the users with an analysis of their personality traits based on the Myers-Briggs Type Indicator Model. This app can be useful for identifying one's strengths and weaknesses, increasing self-awareness, and understanding how to interact with others more effectively. With Personality Detection, you can gain a better understanding of yourself and others!",
9
  article="Check out the [model repo](https://huggingface.co/tillschwoerer/roberta-base-finetuned-toxic-comments-detection) that this demo is based off of.",