johns commited on
Commit
1775a5f
·
1 Parent(s): 0c494a6
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -136,7 +136,8 @@ with gr.Blocks(css='style.css') as demo:
136
  system_prompt = gr.Textbox(label='System prompt',
137
  value=DEFAULT_SYSTEM_PROMPT,
138
  lines=5,
139
- interactive=False)
 
140
  max_new_tokens=256
141
  temperature=0.1
142
  top_p=0.9
 
136
  system_prompt = gr.Textbox(label='System prompt',
137
  value=DEFAULT_SYSTEM_PROMPT,
138
  lines=5,
139
+ interactive=False,
140
+ type='hidden')
141
  max_new_tokens=256
142
  temperature=0.1
143
  top_p=0.9