DrishtiSharma commited on
Commit
2753ced
1 Parent(s): 4b84559

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -32,4 +32,5 @@ description = "Write out a movie review to know the underlying sentiment."
32
 
33
  gr.Interface(decide, inputs= gr.inputs.Textbox( lines=1, placeholder=None, default="", label=None), outputs='text', examples=examples,
34
  title="Sentiment analysis of movie reviews", theme = "grass", description=description, allow_flagging="auto",
35
- flagging_dir='flagging records').launch(enable_queue = True, inline=False, share = True)
 
 
32
 
33
  gr.Interface(decide, inputs= gr.inputs.Textbox( lines=1, placeholder=None, default="", label=None), outputs='text', examples=examples,
34
  title="Sentiment analysis of movie reviews", theme = "grass", description=description, allow_flagging="auto",
35
+ flagging_dir='flagging records', article = "Author: <a href=\"https://huggingface.co/spaces/DrishtiSharma\">Drishti Sharma</a>").launch(enable_queue = True,
36
+ inline=False, share = True)