npc0 commited on
Commit
59afc08
1 Parent(s): d26cd1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks() as demo:
99
  gr.HTML("""<h1 align="center">劇本測試</h1>""")
100
  with gr.Row():
101
  with gr.Column(scale=4):
102
- user_input = gr.Textbox(show_label=False, placeholder="Step1:主題設定", lines)
103
  with gr.Column(scale=1):
104
  submitBtn = gr.Button("Submit", variant="primary")
105
  # max_length = gr.Slider(0, 2048, value=args.max_length, step=1.0, label="Maximum Length", interactive=True)
 
99
  gr.HTML("""<h1 align="center">劇本測試</h1>""")
100
  with gr.Row():
101
  with gr.Column(scale=4):
102
+ user_input = gr.Textbox(show_label=False, placeholder="Step1:主題設定")
103
  with gr.Column(scale=1):
104
  submitBtn = gr.Button("Submit", variant="primary")
105
  # max_length = gr.Slider(0, 2048, value=args.max_length, step=1.0, label="Maximum Length", interactive=True)