Spaces:
Running
Running
Commit
·
8404975
1
Parent(s):
ce28b01
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ customCSS = """
|
|
| 90 |
}
|
| 91 |
"""
|
| 92 |
|
| 93 |
-
with gr.Blocks(css=NoCrypt/[email protected]) as demo:
|
| 94 |
gr.ChatInterface(
|
| 95 |
generate,
|
| 96 |
additional_inputs=additional_inputs,
|
|
|
|
| 90 |
}
|
| 91 |
"""
|
| 92 |
|
| 93 |
+
with gr.Blocks(css=css, theme="NoCrypt/[email protected]") as demo: # Theme und CSS hier hinzugefügt
|
| 94 |
gr.ChatInterface(
|
| 95 |
generate,
|
| 96 |
additional_inputs=additional_inputs,
|