Spaces:
Sleeping
Sleeping
Update app.py fixed syntax error
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as chatUI:
|
|
97 |
queryInput = gr.Textbox(
|
98 |
placeholder = "Please enter you question or request here...",
|
99 |
show_label = False,
|
100 |
-
scale = 4
|
101 |
)
|
102 |
submitButton = gr.Button("Submit", scale = 1)
|
103 |
|
@@ -111,7 +111,7 @@ with gr.Blocks() as chatUI:
|
|
111 |
value = "System prompt here (null)",
|
112 |
labe = "System prompt",
|
113 |
lines = 4,
|
114 |
-
|
115 |
)
|
116 |
|
117 |
with gr.Row():
|
|
|
97 |
queryInput = gr.Textbox(
|
98 |
placeholder = "Please enter you question or request here...",
|
99 |
show_label = False,
|
100 |
+
scale = 4,
|
101 |
)
|
102 |
submitButton = gr.Button("Submit", scale = 1)
|
103 |
|
|
|
111 |
value = "System prompt here (null)",
|
112 |
labe = "System prompt",
|
113 |
lines = 4,
|
114 |
+
scale = 4,
|
115 |
)
|
116 |
|
117 |
with gr.Row():
|