Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ ex = [
|
|
25 |
|
26 |
intrface = gr.Interface(
|
27 |
fn=classification_fun,
|
28 |
-
inputs=gr.Textbox(label="Enter Your Sentence"),
|
29 |
outputs=gr.Textbox(label="predicted sentiment"),
|
30 |
examples=ex,
|
31 |
css=custom_css
|
|
|
25 |
|
26 |
intrface = gr.Interface(
|
27 |
fn=classification_fun,
|
28 |
+
inputs=gr.Textbox(label="Enter Your Sentence", lines=10),
|
29 |
outputs=gr.Textbox(label="predicted sentiment"),
|
30 |
examples=ex,
|
31 |
css=custom_css
|