Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -167,15 +167,15 @@ with gr.Blocks() as demo:
|
|
167 |
retryBtn.click(retry, [chatbot, systemPrompt, context], [chatbot, context], show_progress=True)
|
168 |
delLastBtn.click(delete_last_conversation, [chatbot, context], [chatbot, context], show_progress=True)
|
169 |
|
170 |
-
demo.style(
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
)
|
179 |
|
180 |
demo.children[0].style(
|
181 |
css={
|
|
|
167 |
retryBtn.click(retry, [chatbot, systemPrompt, context], [chatbot, context], show_progress=True)
|
168 |
delLastBtn.click(delete_last_conversation, [chatbot, context], [chatbot, context], show_progress=True)
|
169 |
|
170 |
+
#demo.style(
|
171 |
+
# css={
|
172 |
+
# "background-color": "#F5F5F5",
|
173 |
+
# "font-family": "sans-serif",
|
174 |
+
# "padding": "20px",
|
175 |
+
# "border-radius": "8px",
|
176 |
+
# "box-shadow": "0px 2px 6px rgba(0,0,0,0.3)",
|
177 |
+
# }
|
178 |
+
#)
|
179 |
|
180 |
demo.children[0].style(
|
181 |
css={
|