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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with demo:
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
 
 
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