Spaces:
Running
Running
Jay
commited on
Commit
Β·
c66aadd
1
Parent(s):
b5caa7a
feat: add modify change date
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ _BIBTEX = """
|
|
46 |
}
|
47 |
"""
|
48 |
|
49 |
-
_LAST_UPDATED = "
|
50 |
|
51 |
banner_url = "./assets/logo.png"
|
52 |
_BANNER = f'<div style="display: flex; justify-content: space-around;"><img src="{banner_url}" alt="Banner" style="width: 40vw; min-width: 300px; max-width: 600px;"> </div>' # noqa
|
@@ -208,7 +208,7 @@ with gr.Blocks() as demo:
|
|
208 |
|
209 |
# π this part is for citation
|
210 |
with gr.Row():
|
211 |
-
with gr.Accordion("π Citation", open=
|
212 |
gr.Textbox(
|
213 |
value=_BIBTEX,
|
214 |
lines=7,
|
|
|
46 |
}
|
47 |
"""
|
48 |
|
49 |
+
_LAST_UPDATED = "October 26, 2024"
|
50 |
|
51 |
banner_url = "./assets/logo.png"
|
52 |
_BANNER = f'<div style="display: flex; justify-content: space-around;"><img src="{banner_url}" alt="Banner" style="width: 40vw; min-width: 300px; max-width: 600px;"> </div>' # noqa
|
|
|
208 |
|
209 |
# π this part is for citation
|
210 |
with gr.Row():
|
211 |
+
with gr.Accordion("π Citation", open=True):
|
212 |
gr.Textbox(
|
213 |
value=_BIBTEX,
|
214 |
lines=7,
|