Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def main():
|
|
15 |
gr.Markdown("# 🦊 textgen")
|
16 |
with gr.Group():
|
17 |
text = gr.Textbox(label="Text", lines=8)
|
18 |
-
length = gr.Number(label="Length")
|
19 |
with gr.Row():
|
20 |
btn = gr.Button("Generate", variant="primary")
|
21 |
clear = gr.ClearButton([text])
|
|
|
15 |
gr.Markdown("# 🦊 textgen")
|
16 |
with gr.Group():
|
17 |
text = gr.Textbox(label="Text", lines=8)
|
18 |
+
length = gr.Number(label="Length", value=25)
|
19 |
with gr.Row():
|
20 |
btn = gr.Button("Generate", variant="primary")
|
21 |
clear = gr.ClearButton([text])
|