Bittar commited on
Commit
e4917a3
1 Parent(s): b7d4893

title and description updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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? Right your review down and find out! (only works in english)"
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)