sonsus commited on
Commit
8dbf540
Β·
1 Parent(s): 77811e3

example input files linked

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -273,10 +273,10 @@ def main():
273
  "Drag and Drop jsonlines files (.jsonl)", accept_multiple_files=True
274
  )
275
  if st.session_state.korean:
276
- st.info("μ—…λ‘œλ“œ ν•˜μ‹  νŒŒμΌμ€ μžλ™μœΌλ‘œ μ‚­μ œλ˜λ©° μˆ˜μ§‘λ˜κ±°λ‚˜ μ‚¬μš©λ˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€.")
277
  else:
278
  st.info(
279
- "Your uploads will be removed automatically, not being collected nor reused for any purpose."
280
  )
281
  # upload state
282
  if "upfiles_dir" not in st.session_state:
 
273
  "Drag and Drop jsonlines files (.jsonl)", accept_multiple_files=True
274
  )
275
  if st.session_state.korean:
276
+ st.info("μ—…λ‘œλ“œ ν•˜μ‹  νŒŒμΌμ€ μžλ™μœΌλ‘œ μ‚­μ œλ˜λ©° μˆ˜μ§‘λ˜κ±°λ‚˜ μ‚¬μš©λ˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€.\n- [μž…λ ₯ μ˜ˆμ‹œ 파일 (*.jsonl)](https://huggingface.co/spaces/NCSOFT/VARCO_Arena/tree/main/varco_arena/rsc/inputs_for_dbg/dbg_llmbar_brief_inputs)")
277
  else:
278
  st.info(
279
+ "Your uploads will be removed automatically, not being collected nor reused for any purpose.\n- [Example input files (*.jsonl)](https://huggingface.co/spaces/NCSOFT/VARCO_Arena/tree/main/varco_arena/rsc/inputs_for_dbg/dbg_llmbar_brief_inputs)"
280
  )
281
  # upload state
282
  if "upfiles_dir" not in st.session_state: