Spaces:
Sleeping
Sleeping
Update app.py more syntax errors
Browse files
app.py
CHANGED
@@ -106,10 +106,10 @@ with gr.Blocks() as chatUI:
|
|
106 |
clear = gr.ClearButton([queryInput, chatOutput])
|
107 |
|
108 |
with gr.Row():
|
109 |
-
with gr.
|
110 |
systemPrompt = gr.Textbox(
|
111 |
value = "System prompt here (null)",
|
112 |
-
|
113 |
lines = 4,
|
114 |
scale = 4,
|
115 |
)
|
|
|
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",
|
113 |
lines = 4,
|
114 |
scale = 4,
|
115 |
)
|