poltextlab commited on
Commit
2ab6001
1 Parent(s): 22b1d1d

new tab names

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "sentiment", "emotion"],
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__":