mikeee commited on
Commit
5a2ec90
·
1 Parent(s): ef3161d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -47,9 +47,16 @@ try:
47
  fn,
48
  [
49
  gr.inputs.Textbox(
50
- lines=3, default="The quick brown fox jumped over the lazy dogs."
 
 
 
51
  ),
52
- gr.inputs.Textbox(lines=3, default="The fast brown fox jumps over lazy dogs."),
 
 
 
 
53
  ],
54
  out_df,
55
  description="Gen correlation matrix",
 
47
  fn,
48
  [
49
  gr.inputs.Textbox(
50
+ lines=3, default="""The quick brown fox jumped over the lazy dogs.
51
+ test test
52
+ 测试一下
53
+ """
54
  ),
55
+ gr.inputs.Textbox(lines=3, default="""The fast brown fox jumps over lazy dogs.
56
+ abc
57
+ test
58
+ Dies ist ein Test
59
+ """),
60
  ],
61
  out_df,
62
  description="Gen correlation matrix",