Spaces:
Sleeping
Sleeping
James MacQuillan
commited on
Commit
·
e72c09c
1
Parent(s):
f1396b6
push
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ chatbot = gr.Chatbot(
|
|
171 |
show_copy_button=True,
|
172 |
layout="panel",
|
173 |
height=700,
|
174 |
-
|
175 |
)
|
176 |
|
177 |
with gr.Blocks(theme=theme) as demo:
|
|
|
171 |
show_copy_button=True,
|
172 |
layout="panel",
|
173 |
height=700,
|
174 |
+
|
175 |
)
|
176 |
|
177 |
with gr.Blocks(theme=theme) as demo:
|