Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1845,14 +1845,9 @@ def create_main_interface():
|
|
1845 |
input = antd.InputTextarea(
|
1846 |
size="large",
|
1847 |
allow_clear=True,
|
1848 |
-
placeholder=random.choice(DEMO_LIST)['description']
|
1849 |
-
style={
|
1850 |
-
"height": "300px",
|
1851 |
-
"minHeight": "300px",
|
1852 |
-
"maxHeight": "300px"
|
1853 |
-
}
|
1854 |
)
|
1855 |
-
|
1856 |
|
1857 |
# 버튼 그룹
|
1858 |
with antd.Flex(gap="small", justify="space-between"):
|
|
|
1845 |
input = antd.InputTextarea(
|
1846 |
size="large",
|
1847 |
allow_clear=True,
|
1848 |
+
placeholder=random.choice(DEMO_LIST)['description']
|
|
|
|
|
|
|
|
|
|
|
1849 |
)
|
1850 |
+
|
1851 |
|
1852 |
# 버튼 그룹
|
1853 |
with antd.Flex(gap="small", justify="space-between"):
|