Spaces:
Build error
Build error
thoristhor
commited on
Commit
·
a7c634c
1
Parent(s):
dca4cea
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ st.text("Disclaimer: This is early version. sorry if there's still bugs")
|
|
73 |
# Load file
|
74 |
|
75 |
default_text = load_raw_text()
|
76 |
-
raw_text = st.text_area("Enter text here - press Ctrl + enter to submit", default_text, height=
|
77 |
|
78 |
# raw_text = load_file()
|
79 |
start_time = str(datetime.datetime.now())
|
|
|
73 |
# Load file
|
74 |
|
75 |
default_text = load_raw_text()
|
76 |
+
raw_text = st.text_area("Enter text here - press Ctrl + enter to submit", default_text, height=100, max_chars=1000, )
|
77 |
|
78 |
# raw_text = load_file()
|
79 |
start_time = str(datetime.datetime.now())
|