algin text
Browse files
app.py
CHANGED
|
@@ -39,6 +39,7 @@ with gr.Blocks() as demo:
|
|
| 39 |
|
| 40 |
gr.Markdown(
|
| 41 |
"""
|
|
|
|
| 42 |
<center><h1>BUST: Benchmark for the evaluation of system detectors of LLM-Generated Text</h1></center>
|
| 43 |
<center> Welcome to BUST, a comprehensive benchmark for evaluating synthetic text detectors, focusing on their \
|
| 44 |
effectiveness against outputs from various Large Language Models (LLMs). BUST evaluates detectors using a wide \
|
|
@@ -49,6 +50,7 @@ with gr.Blocks() as demo:
|
|
| 49 |
LLM-generated content detection.</center>
|
| 50 |
<p> </p>
|
| 51 |
<p> </p>
|
|
|
|
| 52 |
""")
|
| 53 |
gr.DataFrame(styler, line_breaks=True, datatype="markdown")
|
| 54 |
|
|
|
|
| 39 |
|
| 40 |
gr.Markdown(
|
| 41 |
"""
|
| 42 |
+
<div align="center">
|
| 43 |
<center><h1>BUST: Benchmark for the evaluation of system detectors of LLM-Generated Text</h1></center>
|
| 44 |
<center> Welcome to BUST, a comprehensive benchmark for evaluating synthetic text detectors, focusing on their \
|
| 45 |
effectiveness against outputs from various Large Language Models (LLMs). BUST evaluates detectors using a wide \
|
|
|
|
| 50 |
LLM-generated content detection.</center>
|
| 51 |
<p> </p>
|
| 52 |
<p> </p>
|
| 53 |
+
</div>
|
| 54 |
""")
|
| 55 |
gr.DataFrame(styler, line_breaks=True, datatype="markdown")
|
| 56 |
|