Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ function refresh() {
|
|
34 |
}
|
35 |
}
|
36 |
"""
|
37 |
-
with gr.Blocks(css=css, js = js_func) as demo:
|
38 |
chatbot = gr.ChatInterface(chat_response)
|
39 |
|
40 |
demo.launch(share=True)
|
|
|
34 |
}
|
35 |
}
|
36 |
"""
|
37 |
+
with gr.Blocks(css=css, js = js_func, theme="monochrome") as demo:
|
38 |
chatbot = gr.ChatInterface(chat_response)
|
39 |
|
40 |
demo.launch(share=True)
|