coree commited on
Commit
3b5eb36
·
1 Parent(s): 3320c4a

vertical space

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -47,6 +47,10 @@ with gr.Blocks() as demo:
47
  correlations with specific metrics and provides insights into biases and robustness against different LLM outputs. \
48
  BUST is designed as a dynamic resource, continuously updated to stay relevant in the rapidly evolving field of \
49
  LLM-generated content detection.</center>
 
 
 
 
50
  """)
51
  gr.DataFrame(styler, line_breaks=True, datatype="markdown")
52
 
 
47
  correlations with specific metrics and provides insights into biases and robustness against different LLM outputs. \
48
  BUST is designed as a dynamic resource, continuously updated to stay relevant in the rapidly evolving field of \
49
  LLM-generated content detection.</center>
50
+ <p>&nbsp;</p>
51
+ <p>&nbsp;</p>
52
+ <p>&nbsp;</p>
53
+ <p>&nbsp;</p>
54
  """)
55
  gr.DataFrame(styler, line_breaks=True, datatype="markdown")
56