Jay commited on
Commit
c66aadd
Β·
1 Parent(s): b5caa7a

feat: add modify change date

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,7 +46,7 @@ _BIBTEX = """
46
  }
47
  """
48
 
49
- _LAST_UPDATED = "July 21, 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,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=False):
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,