sakamoto84 commited on
Commit
ba98497
·
verified ·
1 Parent(s): 2768669

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def classify_comment(comment):
15
 
16
  gr.Interface(
17
  fn=classify_comment,
18
- inputs=gr.Textbox(lines=3, placeholder="コメントを入力してください""),
19
  outputs="text",
20
  title="ネガティブワード発見くん",
21
  description="ネガティブワードをチェックするよ"
 
15
 
16
  gr.Interface(
17
  fn=classify_comment,
18
+ inputs=gr.Textbox(lines=3, placeholder="コメントを入力してください"),
19
  outputs="text",
20
  title="ネガティブワード発見くん",
21
  description="ネガティブワードをチェックするよ"