seawolf2357 commited on
Commit
b57663a
·
verified ·
1 Parent(s): b2711e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -88,9 +88,9 @@ with gr.Blocks(css_paths="app.css") as demo:
88
  input = antd.InputTextarea(
89
  size="large",
90
  allow_clear=True,
91
- placeholder="Please enter what kind of application you want",
92
- style={"height": "200px", "min-height": "200px", "resize": "vertical"} # 높이 설정 및 수직 리사이즈 가능
93
  )
 
94
 
95
 
96
  btn = antd.Button("send", type="primary", size="large")
 
88
  input = antd.InputTextarea(
89
  size="large",
90
  allow_clear=True,
91
+ placeholder="Please enter what kind of application you want"
 
92
  )
93
+
94
 
95
 
96
  btn = antd.Button("send", type="primary", size="large")