kingabzpro commited on
Commit
2c99f5c
1 Parent(s): 40db2bf

place holder added

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,10 +44,11 @@ with demo:
44
  """
45
  )
46
  state = gr.Variable(value=[])
47
- chatbot = gr.Chatbot(color_map=("#00ff80","#0080ff"))
48
  text = gr.Textbox(
49
  label="Talk to Morty here... (press enter to submit)",
50
  value="How are you?",
 
51
  max_lines=1,
52
  )
53
 
 
44
  """
45
  )
46
  state = gr.Variable(value=[])
47
+ chatbot = gr.Chatbot(color_map=("#00ff80","#00ff7f"))
48
  text = gr.Textbox(
49
  label="Talk to Morty here... (press enter to submit)",
50
  value="How are you?",
51
+ placeholder="What is your name?"
52
  max_lines=1,
53
  )
54