QSBench commited on
Commit
60fb523
·
verified ·
1 Parent(s): 0f803b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ with gr.Blocks(title="QSBench Unified Explorer", theme=gr.themes.Soft()) as demo
200
  QSBench is a collection of high-quality synthetic datasets designed for **Quantum Machine Learning** research.
201
  It provides paired ideal/noisy data, structural circuit metrics, and transpilation metadata.
202
 
203
- 🔗 [Website](https://qsbench.github.io) | 🤗 [Hugging Face](https://huggingface.co/QSBench) | 🛠️ [GitHub](https://github.com/QSBench)
204
  """
205
  )
206
 
 
200
  QSBench is a collection of high-quality synthetic datasets designed for **Quantum Machine Learning** research.
201
  It provides paired ideal/noisy data, structural circuit metrics, and transpilation metadata.
202
 
203
+ 🔗 [Website](https://qsbench.github.io) | 🤗 [Hugging Face](https://huggingface.co/QSBench) | 🛠️ [GitHub](https://github.com/QSBench/QSBench-Demo)
204
  """
205
  )
206