Spaces:
Running
Running
Commit
·
ddacc68
1
Parent(s):
8680060
fix: yaml instead of latex
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ with demo:
|
|
273 |
label=CITATION_BUTTON_LABEL,
|
274 |
lines=6,
|
275 |
elem_id="citation-button",
|
276 |
-
language="
|
277 |
)
|
278 |
|
279 |
# Only schedule space restarts if not in local mode
|
|
|
273 |
label=CITATION_BUTTON_LABEL,
|
274 |
lines=6,
|
275 |
elem_id="citation-button",
|
276 |
+
language="yaml",
|
277 |
)
|
278 |
|
279 |
# Only schedule space restarts if not in local mode
|