kalebu commited on
Commit
41c442c
·
1 Parent(s): 32fafb4

updated space title

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -10,6 +10,9 @@ def get_sentiment(input_text):
10
 
11
 
12
  iface = gr.Interface(
13
- fn=get_sentiment, inputs="text", outputs=["text"], title="Sentiment Analysis"
 
 
 
14
  )
15
  iface.launch(inline=False)
 
10
 
11
 
12
  iface = gr.Interface(
13
+ fn=get_sentiment,
14
+ inputs="text",
15
+ outputs=["text"],
16
+ title="Swahili Sentiment Analysis",
17
  )
18
  iface.launch(inline=False)