Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def preprocess(text):
|
|
31 |
|
32 |
iface = gr.Interface(
|
33 |
fn=classify_msg,
|
34 |
-
inputs=gr.inputs.Textbox(placeholder='
|
35 |
outputs="text",
|
36 |
)
|
37 |
|
|
|
31 |
|
32 |
iface = gr.Interface(
|
33 |
fn=classify_msg,
|
34 |
+
inputs=gr.inputs.Textbox(placeholder='Type Message Here'),
|
35 |
outputs="text",
|
36 |
)
|
37 |
|