1hangzhao commited on
Commit
8059a79
·
verified ·
1 Parent(s): 8c8c9da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks() as user_story_interface:
45
  )
46
  user_story_input = gr.Textbox(
47
  label="Message OntoChat",
48
- placeholder="Please type your message here and press Shift + Enter to interact with the chatbot:",
49
  max_lines = 20,
50
  lines = 1
51
  )
 
45
  )
46
  user_story_input = gr.Textbox(
47
  label="Message OntoChat",
48
+ placeholder=""Please type your message here and press Enter to interact with the chatbot:",",
49
  max_lines = 20,
50
  lines = 1
51
  )