Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="ネガティブワードをチェックするよ"
|