Spaces:
Sleeping
Sleeping
David Fischer
commited on
Add helper text about 100+ words
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def classify(input_text):
|
|
24 |
|
25 |
iface = gr.Interface(
|
26 |
fn=classify,
|
27 |
-
inputs=gr.Textbox(lines=5, placeholder="Input text to detect the topic classification
|
28 |
outputs="text",
|
29 |
)
|
30 |
iface.launch()
|
|
|
24 |
|
25 |
iface = gr.Interface(
|
26 |
fn=classify,
|
27 |
+
inputs=gr.Textbox(lines=5, placeholder="Input text to detect the topic classification. Works best on inputs of 100+ words."),
|
28 |
outputs="text",
|
29 |
)
|
30 |
iface.launch()
|