MeiJuice commited on
Commit
a96fc58
Β·
1 Parent(s): b2e12c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ with gr.Blocks() as demo:
25
  Note: Providing more text to the `Text` box can make the prediction more accurate!
26
  """)
27
  t1 = gr.Textbox(lines=5, label='Text',
28
- value=β€œI worked on a new function on my child theme which consists of displaying on the product the number of times it has already been added to the cart. Example: if I have 3 tshirts and 1 jeans in my basket, it must respectively appear under the article tshirt > 3 and under the article jeans > 1\
29
- I have already managed to make them appear individually. Unfortunately, they all appear after AND under all products.”)
30
  button1 = gr.Button("πŸ€– Predict!")
31
  label1 = gr.Textbox(lines=1, label='Predicted Label πŸŽƒ')
32
  score1 = gr.Textbox(lines=1, label='Prob')
 
25
  Note: Providing more text to the `Text` box can make the prediction more accurate!
26
  """)
27
  t1 = gr.Textbox(lines=5, label='Text',
28
+ value="I worked on a new function on my child theme which consists of displaying on the product the number of times it has already been added to the cart. Example: if I have 3 tshirts and 1 jeans in my basket, it must respectively appear under the article tshirt > 3 and under the article jeans > 1\
29
+ I have already managed to make them appear individually. Unfortunately, they all appear after AND under all products.")
30
  button1 = gr.Button("πŸ€– Predict!")
31
  label1 = gr.Textbox(lines=1, label='Predicted Label πŸŽƒ')
32
  score1 = gr.Textbox(lines=1, label='Prob')