DrishtiSharma commited on
Commit
90803ce
1 Parent(s): 6519397

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -32,5 +32,7 @@ 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', article = "Author: <a href=\"https://huggingface.co/spaces/DrishtiSharma\">Drishti Sharma</a>").launch(enable_queue = True,
 
 
36
  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 = "<div style='text-align: center;'><a href='https://huggingface.co/DrishtiSharma' target='_blank'>Space by Drishti
36
+ Sharma</a><br><a href='https://keras.io/examples/nlp/bidirectional_lstm_imdb/' target='_blank'>Keras example by François Chollet </a>
37
+ </div>").launch(enable_queue = True,
38
  inline=False, share = True)