eliebak HF staff commited on
Commit
0beec3a
·
verified ·
1 Parent(s): e928714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ with gr.Blocks() as demo:
43
  with gr.Row():
44
  with gr.Column(scale=3):
45
  system_input = gr.Textbox(value=default_system, lines=1, label='System Prompt')
46
- with gr.Column(scale=3):
47
- modify_system = gr.Button("🛠️ Set system prompt and clear history")
48
 
49
  system_state = gr.Textbox(value=default_system, visible=False)
50
  chatbot = gr.Chatbot(label='LLM.C Chat')
 
43
  with gr.Row():
44
  with gr.Column(scale=3):
45
  system_input = gr.Textbox(value=default_system, lines=1, label='System Prompt')
46
+ with gr.Column(scale=1):
47
+ modify_system = gr.Button("🛠️ Set system prompt and clear history",scale=2)
48
 
49
  system_state = gr.Textbox(value=default_system, visible=False)
50
  chatbot = gr.Chatbot(label='LLM.C Chat')