Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def generate(text, length=50):
|
|
11 |
|
12 |
with gr.Blocks() as app:
|
13 |
gr.Markdown("# 🦊 textgen")
|
14 |
-
with gr.
|
15 |
with gr.Row():
|
16 |
text = gr.TextArea(label="Text")
|
17 |
with gr.Row():
|
|
|
11 |
|
12 |
with gr.Blocks() as app:
|
13 |
gr.Markdown("# 🦊 textgen")
|
14 |
+
with gr.Column(variant="panel"):
|
15 |
with gr.Row():
|
16 |
text = gr.TextArea(label="Text")
|
17 |
with gr.Row():
|