Spaces:
Runtime error
Runtime error
Kate Forsberg commited on
Commit ·
fe8c834
1
Parent(s): 3f7cadd
new
Browse files
app.py
CHANGED
|
@@ -171,7 +171,7 @@ def send_message(message:str, history, request:gr.Request) -> Any:
|
|
| 171 |
return response.output.value
|
| 172 |
|
| 173 |
demo = gr.ChatInterface(
|
| 174 |
-
fn=send_message,
|
| 175 |
)
|
| 176 |
demo.launch()
|
| 177 |
|
|
|
|
| 171 |
return response.output.value
|
| 172 |
|
| 173 |
demo = gr.ChatInterface(
|
| 174 |
+
fn=send_message, css=custom_css
|
| 175 |
)
|
| 176 |
demo.launch()
|
| 177 |
|