Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -338,12 +338,11 @@ def build_demo(args: argparse.Namespace) -> gr.Blocks:
|
|
| 338 |
)
|
| 339 |
with gr.Row():
|
| 340 |
with gr.Column(scale=4):
|
| 341 |
-
gr.Markdown("
|
| 342 |
system_prompt = gr.Textbox(show_label=False, placeholder="Customize system prompt", container=False)
|
| 343 |
with gr.Row():
|
| 344 |
|
| 345 |
with gr.Column(scale=4):
|
| 346 |
-
gr.Markdown("### Input your message here:")
|
| 347 |
text_box = gr.Textbox(show_label=False, placeholder="Enter text", container=False)
|
| 348 |
|
| 349 |
with gr.Column(min_width=70):
|
|
|
|
| 338 |
)
|
| 339 |
with gr.Row():
|
| 340 |
with gr.Column(scale=4):
|
| 341 |
+
gr.Markdown("[Optional] Customize your system prompt here (use default if empty):")
|
| 342 |
system_prompt = gr.Textbox(show_label=False, placeholder="Customize system prompt", container=False)
|
| 343 |
with gr.Row():
|
| 344 |
|
| 345 |
with gr.Column(scale=4):
|
|
|
|
| 346 |
text_box = gr.Textbox(show_label=False, placeholder="Enter text", container=False)
|
| 347 |
|
| 348 |
with gr.Column(min_width=70):
|