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