Spaces:
Build error
Build error
Fix syntax error
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks(css=".gradio-container {background-image: url('file=mountains_res
|
|
81 |
headers=["Quotes"],
|
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.",
|
|
|
81 |
headers=["Quotes"],
|
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.",
|