cointeleporting commited on
Commit
5268ae5
·
1 Parent(s): b8eb8a3

tweak tab title

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -135,9 +135,9 @@ demo = gr.TabbedInterface(
135
  ],
136
  [
137
  'sentiment analysis',
138
- 'chinese sentiment analysis',
139
  'batch processing',
140
- 'batch processing (Chinese text)'
141
  ]
142
  )
143
 
 
135
  ],
136
  [
137
  'sentiment analysis',
138
+ '中文情感分析',
139
  'batch processing',
140
+ '批次中文情感分析'
141
  ]
142
  )
143