Upload RPC-Bench Space
Browse files
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.
|
| 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."
|