Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,11 +82,11 @@ with gr.Blocks(css=".gradio-container {background-image: url('file=mountains_res
|
|
| 82 |
max_rows=5,
|
| 83 |
interactive=False,
|
| 84 |
wrap=True,
|
| 85 |
-
value=[["When you arise in the morning, think of what a precious privilege it is to be alive – to breathe, to think, to enjoy, to love.",
|
| 86 |
-
"Each day provides its own gifts.",
|
| 87 |
-
"Only time can heal what reason cannot.",
|
| 88 |
-
"He who is brave is free.",
|
| 89 |
-
"First learn the meaning of what you say, and then speak."]]
|
| 90 |
)
|
| 91 |
|
| 92 |
btn = gr.Button("Run")
|
|
|
|
| 82 |
max_rows=5,
|
| 83 |
interactive=False,
|
| 84 |
wrap=True,
|
| 85 |
+
value=[["When you arise in the morning, think of what a precious privilege it is to be alive – to breathe, to think, to enjoy, to love."],
|
| 86 |
+
["Each day provides its own gifts."],
|
| 87 |
+
["Only time can heal what reason cannot."],
|
| 88 |
+
["He who is brave is free."],
|
| 89 |
+
["First learn the meaning of what you say, and then speak."]]
|
| 90 |
)
|
| 91 |
|
| 92 |
btn = gr.Button("Run")
|