eliwill commited on
Commit
dae3b38
·
1 Parent(s): 0a40299

Fix syntax error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.",