Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -357,7 +357,7 @@ with gr.Blocks(css=STYLES) as demo:
|
|
357 |
|
358 |
with gr.Row():
|
359 |
with gr.Column(scale=2):
|
360 |
-
editor = gr.Textbox(lines=
|
361 |
word_counter = gr.Markdown("0 words", elem_classes=['right'])
|
362 |
|
363 |
with gr.Column(scale=1):
|
|
|
357 |
|
358 |
with gr.Row():
|
359 |
with gr.Column(scale=2):
|
360 |
+
editor = gr.Textbox(lines=30, max_lines=30, elem_classes=['no-label', 'small-big-textarea'])
|
361 |
word_counter = gr.Markdown("0 words", elem_classes=['right'])
|
362 |
|
363 |
with gr.Column(scale=1):
|