Spaces:
Runtime error
Runtime error
Commit
·
81fccc7
1
Parent(s):
32903c8
Update app.py
Browse files
app.py
CHANGED
@@ -207,9 +207,9 @@ def chat():
|
|
207 |
clear_chat_button.click(clear_chat, [], chatbot)
|
208 |
|
209 |
|
|
|
210 |
def get_demo():
|
211 |
with gr.Blocks(
|
212 |
-
theme='HaleyCH/HaleyCH_Theme'
|
213 |
# css=None
|
214 |
# css="""#chat_container {width: 700px; margin-left: auto; margin-right: auto;}
|
215 |
# #button_container {width: 700px; margin-left: auto; margin-right: auto;}
|
|
|
207 |
clear_chat_button.click(clear_chat, [], chatbot)
|
208 |
|
209 |
|
210 |
+
|
211 |
def get_demo():
|
212 |
with gr.Blocks(
|
|
|
213 |
# css=None
|
214 |
# css="""#chat_container {width: 700px; margin-left: auto; margin-right: auto;}
|
215 |
# #button_container {width: 700px; margin-left: auto; margin-right: auto;}
|