thoristhor commited on
Commit
a7c634c
1 Parent(s): dca4cea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=250, max_chars=1000000, )
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())