Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(css=css) as app:
|
|
128 |
"""
|
129 |
)
|
130 |
|
131 |
-
with gr.
|
132 |
gr.HTML('<div class="demo-banner">This is a demo. For the full version, please refer to the <a href="https://github.com/xLearn-AU/R-Detect" target="_blank">GitHub</a> or the <a href="https://openreview.net/forum?id=z9j7wctoGV" target="_blank">Paper</a>.</div>')
|
133 |
|
134 |
with gr.Row():
|
|
|
128 |
"""
|
129 |
)
|
130 |
|
131 |
+
with gr.Row():
|
132 |
gr.HTML('<div class="demo-banner">This is a demo. For the full version, please refer to the <a href="https://github.com/xLearn-AU/R-Detect" target="_blank">GitHub</a> or the <a href="https://openreview.net/forum?id=z9j7wctoGV" target="_blank">Paper</a>.</div>')
|
133 |
|
134 |
with gr.Row():
|