remove vertical space
Browse files
app.py
CHANGED
|
@@ -49,8 +49,6 @@ with gr.Blocks() as demo:
|
|
| 49 |
LLM-generated content detection.</center>
|
| 50 |
<p> </p>
|
| 51 |
<p> </p>
|
| 52 |
-
<p> </p>
|
| 53 |
-
<p> </p>
|
| 54 |
""")
|
| 55 |
gr.DataFrame(styler, line_breaks=True, datatype="markdown")
|
| 56 |
|
|
|
|
| 49 |
LLM-generated content detection.</center>
|
| 50 |
<p> </p>
|
| 51 |
<p> </p>
|
|
|
|
|
|
|
| 52 |
""")
|
| 53 |
gr.DataFrame(styler, line_breaks=True, datatype="markdown")
|
| 54 |
|