title and description updated
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ iface = gr.Interface(
|
|
26 |
outputs="text",
|
27 |
layout="vertical",
|
28 |
title="Movie feelings classifier",
|
29 |
-
description="do u feel positive or negative about a movie?
|
30 |
)
|
31 |
|
32 |
iface.launch(share=True)
|
|
|
26 |
outputs="text",
|
27 |
layout="vertical",
|
28 |
title="Movie feelings classifier",
|
29 |
+
description="do u feel positive or negative about a movie? Write your review down and find out! (only works in english)"
|
30 |
)
|
31 |
|
32 |
iface.launch(share=True)
|