fanqiNO1 commited on
Commit
78e2180
·
1 Parent(s): 76428b5

enhance placeholder for input

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks() as demo:
129
  render_markdown=True)
130
  with gr.Row():
131
  user_input = gr.Textbox(show_label=False,
132
- placeholder='inputs...',
133
  lines=5,
134
  container=False)
135
  with gr.Row():
 
129
  render_markdown=True)
130
  with gr.Row():
131
  user_input = gr.Textbox(show_label=False,
132
+ placeholder='帮我搜索一下 InternLM 开源体系',
133
  lines=5,
134
  container=False)
135
  with gr.Row():