Wootang01 commited on
Commit
6e36694
·
1 Parent(s): 7d77ba4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,7 +52,7 @@ st.markdown("Paste or type text, enter and the machine will attempt to correct y
52
  st.subheader("Example text: ")
53
  col1, col2 = st.columns([1, 1])
54
  with col1:
55
- example_1 = st.button("Speed of light is fastest then speed of sound")
56
  with col2:
57
  example_2 = st.button("Who are the president?")
58
 
@@ -79,7 +79,7 @@ def output(text):
79
  debounce_time=0)
80
 
81
  if example_1:
82
- output("Speed of light is fastest then speed of sound")
83
  elif example_2:
84
  output("Who are the president?")
85
  elif input_text:
 
52
  st.subheader("Example text: ")
53
  col1, col2 = st.columns([1, 1])
54
  with col1:
55
+ example_1 = st.button("Intrailly, the costumers was mad about why they will not but Fast Fashion again as they")
56
  with col2:
57
  example_2 = st.button("Who are the president?")
58
 
 
79
  debounce_time=0)
80
 
81
  if example_1:
82
+ output("Intrailly, the costumers was mad about why they will not but Fast Fashion again as they")
83
  elif example_2:
84
  output("Who are the president?")
85
  elif input_text: