Leo71288 commited on
Commit
dbd3899
·
verified ·
1 Parent(s): 5ac574c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def bot(history, system_prompt, max_length, temperature, top_p, advanced_checkbo
82
  with gr.Blocks() as demo:
83
  with gr.Row():
84
  with gr.Column(scale=2):
85
- system_prompt = gr.TextArea(label="📑Context", placeholder="add context here...", lines=5)
86
  user_input = gr.TextArea(label="Input", placeholder="Talk with Nemotron !", lines=2)
87
  advanced_checkbox = gr.Checkbox(label="Advanced Settings", value=False)
88
  with gr.Column(visible=False) as advanced_settings:
 
82
  with gr.Blocks() as demo:
83
  with gr.Row():
84
  with gr.Column(scale=2):
85
+ system_prompt = gr.TextArea(label="System Prompt", placeholder="add context here...", lines=5)
86
  user_input = gr.TextArea(label="Input", placeholder="Talk with Nemotron !", lines=2)
87
  advanced_checkbox = gr.Checkbox(label="Advanced Settings", value=False)
88
  with gr.Column(visible=False) as advanced_settings: