Boukabous commited on
Commit
2c24aa0
·
unverified ·
1 Parent(s): 9cafea1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ app = gr.Interface(
33
  inputs=gr.Textbox(lines=5, placeholder="Enter your text here..."),
34
  outputs=gr.Textbox(),
35
  title="AI Text Detector",
36
- description="Detect whether a given text is AI-generated or human-written..",
37
  allow_flagging="never",
38
  )
39
 
 
33
  inputs=gr.Textbox(lines=5, placeholder="Enter your text here..."),
34
  outputs=gr.Textbox(),
35
  title="AI Text Detector",
36
+ description="Detect whether a given text is AI-generated or human-written.",
37
  allow_flagging="never",
38
  )
39