Winnie-Kay commited on
Commit
8cbc348
·
1 Parent(s): eabd744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ demo = gr.Interface(
65
  inputs=gr.Textbox(placeholder="Write your tweet here..."), # Text input field
66
  outputs="label", # Output type (here, we only display the label with the highest score)
67
  interpretation="default", # Interpretation mode
68
- examples=[["Have Fun with it...will be updated soon!"]] # Example input(s) to display on the interface,
69
  css="body {background-image: url('https://www.reputationx.com/hubfs/what-is-sentiment-analysis-cover.jpg')}"
70
  )
71
 
 
65
  inputs=gr.Textbox(placeholder="Write your tweet here..."), # Text input field
66
  outputs="label", # Output type (here, we only display the label with the highest score)
67
  interpretation="default", # Interpretation mode
68
+ examples=[["Have Fun with it...will be updated soon!"]], # Example input(s) to display on the interface
69
  css="body {background-image: url('https://www.reputationx.com/hubfs/what-is-sentiment-analysis-cover.jpg')}"
70
  )
71