Wootang01 commited on
Commit
a89e61f
1 Parent(s): 46170b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def main():
37
  checkpoint = st.selectbox("Choose model", checkpoints)
38
  model = get_model(checkpoint)
39
 
40
- default_text = "Please note that although the machine can read apostrophes, it cannot read other punctuation marks such as commas or periods"
41
  input_text = st.text_area(
42
  label="Original text",
43
  value=default_text,
 
37
  checkpoint = st.selectbox("Choose model", checkpoints)
38
  model = get_model(checkpoint)
39
 
40
+ default_text = "Please note that although the machine can read apostrophes it cannot read other punctuation marks such as commas or periods"
41
  input_text = st.text_area(
42
  label="Original text",
43
  value=default_text,