QAQ123 commited on
Commit
08e2095
·
verified ·
1 Parent(s): e3c08fb

Upload RPC-Bench Space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ with gr.Blocks(title=SPACE_TITLE) as demo:
263
 
264
  with gr.TabItem("ℹ️ About"):
265
  gr.Markdown("## Citation")
266
- gr.Code(CITATION, language="bibtex")
267
 
268
  gr.Markdown(
269
  "If you want inline evaluation, configure `OPENAI_API_KEY` and `OPENAI_BASE_URL` in the Space secrets."
 
263
 
264
  with gr.TabItem("ℹ️ About"):
265
  gr.Markdown("## Citation")
266
+ gr.Markdown(f"```bibtex\n{CITATION}\n```")
267
 
268
  gr.Markdown(
269
  "If you want inline evaluation, configure `OPENAI_API_KEY` and `OPENAI_BASE_URL` in the Space secrets."