coree commited on
Commit
4094d26
·
1 Parent(s): 2cdaf08

algin text

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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>&nbsp;</p>
51
  <p>&nbsp;</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>&nbsp;</p>
52
  <p>&nbsp;</p>
53
+ </div>
54
  """)
55
  gr.DataFrame(styler, line_breaks=True, datatype="markdown")
56