Spaces:
Sleeping
Sleeping
Alizhan
commited on
Commit
·
8deb42a
1
Parent(s):
bd29bf9
change
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def load_pipeline():
|
|
13 |
pipe = load_pipeline()
|
14 |
|
15 |
# User input
|
16 |
-
prompt = st.text_area("
|
17 |
|
18 |
# Text generation
|
19 |
if st.button("Generate Text"):
|
|
|
13 |
pipe = load_pipeline()
|
14 |
|
15 |
# User input
|
16 |
+
prompt = st.text_area("Мәтін енгізіңіз:", value="", height=100)
|
17 |
|
18 |
# Text generation
|
19 |
if st.button("Generate Text"):
|