Michelangiolo commited on
Commit
c5f5fab
1 Parent(s): 4c0a16b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ with demo:
143
  text = gr.Textbox(
144
  label="Talk to your lawyer (press enter to submit)",
145
  value="The other day it was raining, and while I was driving a hit a stranger with my car.",
146
- placeholder="What is your name?",
147
  max_lines=1,
148
  )
149
  text.submit(predict, [text, state], [chatbot, state])
 
143
  text = gr.Textbox(
144
  label="Talk to your lawyer (press enter to submit)",
145
  value="The other day it was raining, and while I was driving a hit a stranger with my car.",
146
+ placeholder="Reply yes or No",
147
  max_lines=1,
148
  )
149
  text.submit(predict, [text, state], [chatbot, state])