Bittar commited on
Commit
b7d4893
1 Parent(s): 62519b7

title and description added

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -24,7 +24,9 @@ iface = gr.Interface(
24
  fn=predict,
25
  inputs="text",
26
  outputs="text",
27
- layout="vertical"
 
 
28
  )
29
 
30
  iface.launch(share=True)
 
24
  fn=predict,
25
  inputs="text",
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)