Spaces:
Sleeping
Sleeping
Update app.py fixed syntax error
Browse files
app.py
CHANGED
@@ -110,8 +110,8 @@ with gr.Blocks() as chatUI:
|
|
110 |
systemPrompt = gr.Textbox(
|
111 |
value = "System prompt here (null)",
|
112 |
labe = "System prompt",
|
113 |
-
lines = 4
|
114 |
-
scale = 4
|
115 |
)
|
116 |
|
117 |
with gr.Row():
|
|
|
110 |
systemPrompt = gr.Textbox(
|
111 |
value = "System prompt here (null)",
|
112 |
labe = "System prompt",
|
113 |
+
lines = 4,
|
114 |
+
, scale = 4,
|
115 |
)
|
116 |
|
117 |
with gr.Row():
|