gtx1020 commited on
Commit
db7bcb9
·
1 Parent(s): 225a582

Update detector/index.html

Browse files
Files changed (1) hide show
  1. detector/index.html +2 -2
detector/index.html CHANGED
@@ -76,10 +76,10 @@ em {
76
  <p>
77
  Detect if a text has been written using ChatGPT or GPT-3.
78
  Enter some text in the text box; the predicted probabilities will be displayed below.
79
- <u>The results start to get reliable after around 50 tokens.</u>
80
  </p>
81
  <textarea id="textbox" placeholder="Enter text here"></textarea>
82
- <div><table cellspacing="0" cellpadding="0">
83
  <tr class="bar-row" style="vertical-align: bottom;">
84
  <td style="text-align: left;">Real</td>
85
  <td id="message" style="text-align: center;"></td>
 
76
  <p>
77
  Detect if a text has been written using ChatGPT or GPT-3.
78
  Enter some text in the text box; the predicted probabilities will be displayed below.
79
+ <u>The results start to get reliable after around 50 words.</u>
80
  </p>
81
  <textarea id="textbox" placeholder="Enter text here"></textarea>
82
+ <div align=center style="width:100%;"><table cellspacing="0" cellpadding="0">
83
  <tr class="bar-row" style="vertical-align: bottom;">
84
  <td style="text-align: left;">Real</td>
85
  <td id="message" style="text-align: center;"></td>