Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -323,7 +323,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", n
|
|
323 |
|
324 |
|
325 |
# Add CSS styling
|
326 |
-
demo.load(None, _js="""
|
327 |
() => {
|
328 |
const style = document.createElement('style');
|
329 |
style.textContent = `
|
|
|
323 |
|
324 |
|
325 |
# Add CSS styling
|
326 |
+
demo.load(lambda: None, _js="""
|
327 |
() => {
|
328 |
const style = document.createElement('style');
|
329 |
style.textContent = `
|