Spaces:
Runtime error
Runtime error
juancopi81
commited on
Commit
β’
85457ac
1
Parent(s):
d410924
Fix minor bug
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ examples = [
|
|
232 |
|
233 |
with block as demo:
|
234 |
gr.HTML(
|
235 |
-
"""
|
236 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
237 |
<div
|
238 |
style="
|
|
|
232 |
|
233 |
with block as demo:
|
234 |
gr.HTML(
|
235 |
+
f"""
|
236 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
237 |
<div
|
238 |
style="
|