Sanzana Lora
commited on
Commit
•
a6f1a87
1
Parent(s):
f5d1c54
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,8 @@ iface = gr.Interface(
|
|
36 |
outputs="text",
|
37 |
live=False,
|
38 |
examples=predefined_examples,
|
39 |
-
title="Sentiment Analysis"
|
|
|
40 |
)
|
41 |
|
42 |
# Launch the interface
|
|
|
36 |
outputs="text",
|
37 |
live=False,
|
38 |
examples=predefined_examples,
|
39 |
+
title="Bangla Sentiment Analysis",
|
40 |
+
theme='abidlabs/pakistan'
|
41 |
)
|
42 |
|
43 |
# Launch the interface
|