Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ css = '''
|
|
25 |
transform: rotate(360deg);
|
26 |
}
|
27 |
}
|
28 |
-
|
29 |
|
30 |
with gr.Blocks(css=css) as demo:
|
31 |
gr.HTML("""<div style="text-align: center; max-width: 700px; margin: 0 auto;">
|
|
|
25 |
transform: rotate(360deg);
|
26 |
}
|
27 |
}
|
28 |
+
'''
|
29 |
|
30 |
with gr.Blocks(css=css) as demo:
|
31 |
gr.HTML("""<div style="text-align: center; max-width: 700px; margin: 0 auto;">
|