freemt commited on
Commit
eed1def
·
1 Parent(s): 7a10d0b

Update gr.interface title layout theme

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -71,8 +71,9 @@ try:
71
  description="Gen correlation matrix for multlingual texts",
72
  article="Click 'Clear' first for subsequent new texts",
73
  examples=[
74
- "This is a text.", "Ich liebe Dich.", "abc",
75
- "我爱你\nI love you.\n测试\nbcd",
 
76
  ],
77
  )
78
  except Exception as e:
 
71
  description="Gen correlation matrix for multlingual texts",
72
  article="Click 'Clear' first for subsequent new texts",
73
  examples=[
74
+ ["test\nabc", "测试"],
75
+ ["This is a text.\nIch liebe Dich.\nabc",
76
+ "我爱你\nI love you.\n测试\nbcd"],
77
  ],
78
  )
79
  except Exception as e: