dla9944 commited on
Commit
f1c1edf
·
1 Parent(s): 6541f66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks() as demo:
103
  inp = gr.Textbox(
104
  label="input",
105
  placeholder="PUT TEXT TO CHECK & CORRECT BROSKI",
106
- value="I wen to the store yesturday to bye some food. I needd milk, bread, and a few otter things. The store was really crowed and I had a hard time finding everyting I needed. I finaly made it to the check out line and payed for my stuff.",
107
  )
108
  out = gr.Textbox(label="output", interactive=False)
109
  btn = gr.Button("Process")
 
103
  inp = gr.Textbox(
104
  label="input",
105
  placeholder="PUT TEXT TO CHECK & CORRECT BROSKI",
106
+ value="Put it text",
107
  )
108
  out = gr.Textbox(label="output", interactive=False)
109
  btn = gr.Button("Process")