Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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')
|