Spaces:
Running
Running
poltextlab
commited on
Commit
•
2ab6001
1
Parent(s):
22b1d1d
new tab names
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as demo:
|
|
17 |
|
18 |
gr.TabbedInterface(
|
19 |
interface_list=[cap_demo, manifesto_demo, sentiment_demo, emotion_demo],
|
20 |
-
tab_names=["CAP", "Manifesto", "
|
21 |
)
|
22 |
|
23 |
if __name__ == "__main__":
|
|
|
17 |
|
18 |
gr.TabbedInterface(
|
19 |
interface_list=[cap_demo, manifesto_demo, sentiment_demo, emotion_demo],
|
20 |
+
tab_names=["CAP", "Manifesto", "Sentiment (3)", "Emotions (8)"],
|
21 |
)
|
22 |
|
23 |
if __name__ == "__main__":
|