cutiee82 commited on
Commit
1cda688
·
verified ·
1 Parent(s): 4954a39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Row(variant="panel"):
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():