Spaces:
Runtime error
Runtime error
Commit
·
6b8b667
1
Parent(s):
2182c5f
test sans css
Browse files
app.py
CHANGED
|
@@ -317,7 +317,7 @@ document.body.addEventListener('click', function(event) {
|
|
| 317 |
</script>
|
| 318 |
'''
|
| 319 |
|
| 320 |
-
with gr.Blocks(
|
| 321 |
gr.Markdown('''# Zahir
|
| 322 |
### Generative Recommenders for Exporation of Possible Images
|
| 323 |
|
|
|
|
| 317 |
</script>
|
| 318 |
'''
|
| 319 |
|
| 320 |
+
with gr.Blocks(head=js_head) as demo:
|
| 321 |
gr.Markdown('''# Zahir
|
| 322 |
### Generative Recommenders for Exporation of Possible Images
|
| 323 |
|