Spaces:
Running
Running
example input files linked
Browse files
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:
|