Cartof commited on
Commit
f91af7f
1 Parent(s): ac557dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -115,8 +115,8 @@ with gr.Blocks() as demo:
115
  delLastBtn = gr.Button("🗑️ Delete conversation")
116
  reduceTokenBtn = gr.Button("♻️ Optimize Tokens")
117
 
118
- newSystemPrompt = gr.Textbox(show_label=True, placeholder=f"Setting System Prompt...", label="Change System prompt").style(container=True)
119
- systemPromptDisplay = gr.Textbox(show_label=True, value=initial_prompt, interactive=False, label="Current System prompt").style(container=True)
120
 
121
  gr.Markdown(description)
122
 
 
115
  delLastBtn = gr.Button("🗑️ Delete conversation")
116
  reduceTokenBtn = gr.Button("♻️ Optimize Tokens")
117
 
118
+ newSystemPrompt = gr.Textbox(show_label=False, placeholder=f"Setting System Prompt...", label="Change System prompt").style(container=True)
119
+ systemPromptDisplay = gr.Textbox(show_label=False, value=initial_prompt, interactive=False, label="Current System prompt").style(container=True)
120
 
121
  gr.Markdown(description)
122