Spaces:
Sleeping
Sleeping
Update app.py syntax error
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks() as chatUI:
|
|
106 |
clear = gr.ClearButton([queryInput, chatOutput])
|
107 |
|
108 |
with gr.Row():
|
109 |
-
with gr.Accordion(
|
110 |
systemPrompt = gr.Textbox(
|
111 |
value = "System prompt here (null)",
|
112 |
label = "System prompt",
|
|
|
106 |
clear = gr.ClearButton([queryInput, chatOutput])
|
107 |
|
108 |
with gr.Row():
|
109 |
+
with gr.Accordion(label = "Model selection:"):
|
110 |
systemPrompt = gr.Textbox(
|
111 |
value = "System prompt here (null)",
|
112 |
label = "System prompt",
|