Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
@@ -13,11 +13,9 @@ css = """
|
|
13 |
gap: 15px;
|
14 |
margin-right: 10px;
|
15 |
}
|
16 |
-
.
|
17 |
-
|
18 |
-
|
19 |
-
margin-right: 10px;
|
20 |
-
color: black;
|
21 |
}
|
22 |
"""
|
23 |
|
@@ -30,7 +28,9 @@ with gr.Blocks(css=css) as app:
|
|
30 |
"""
|
31 |
<div class="links">
|
32 |
<a href="https://openreview.net/forum?id=z9j7wctoGV" target="_blank">Paper</a>
|
|
|
33 |
<a href="https://github.com/xLearn-AU/R-Detect" target="_blank">Code</a>
|
|
|
34 |
<a href="mailto:[email protected]" target="_blank">Contact</a>
|
35 |
</div>
|
36 |
"""
|
|
|
13 |
gap: 15px;
|
14 |
margin-right: 10px;
|
15 |
}
|
16 |
+
.separator {
|
17 |
+
margin: 0 5px;
|
18 |
+
color: black;
|
|
|
|
|
19 |
}
|
20 |
"""
|
21 |
|
|
|
28 |
"""
|
29 |
<div class="links">
|
30 |
<a href="https://openreview.net/forum?id=z9j7wctoGV" target="_blank">Paper</a>
|
31 |
+
<span class="separator">|</span>
|
32 |
<a href="https://github.com/xLearn-AU/R-Detect" target="_blank">Code</a>
|
33 |
+
<span class="separator">|</span>
|
34 |
<a href="mailto:[email protected]" target="_blank">Contact</a>
|
35 |
</div>
|
36 |
"""
|