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