FashionFlora commited on
Commit
aa12e1f
·
verified ·
1 Parent(s): 2e56240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -403,9 +403,8 @@ This model lacks generalization due to a small amount of data and computation. T
403
  text = gr.Textbox(
404
  label="Text",
405
  lines=8,
406
- value="In an old land called Eldoria, where the mountains glowed silver beneath the moon and forests whispered forgotten names, there stood a ruined tower on the edge of the Blackwood. No one had entered it for a hundred years.
407
-
408
- The people of the nearby village believed the tower was cursed. At night, a pale blue light flickered from its broken windows, and strange music drifted across the fields like a memory no one could place.",
409
  )
410
 
411
  with gr.Row():
 
403
  text = gr.Textbox(
404
  label="Text",
405
  lines=8,
406
+ value='''In an old land called Eldoria, where the mountains glowed silver beneath the moon and forests whispered forgotten names, there stood a ruined tower on the edge of the Blackwood. No one had entered it for a hundred years.
407
+ The people of the nearby village believed the tower was cursed. At night, a pale blue light flickered from its broken windows, and strange music drifted across the fields like a memory no one could place.'''
 
408
  )
409
 
410
  with gr.Row():