enhance placeholder for input
Browse files
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='
|
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():
|