Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
@@ -52,6 +52,7 @@ css = """
|
|
52 |
|
53 |
.input-text {
|
54 |
flex: 3; /* 4 parts of the row */
|
|
|
55 |
}
|
56 |
|
57 |
.output-text {
|
@@ -86,7 +87,7 @@ css = """
|
|
86 |
"""
|
87 |
|
88 |
# Gradio App
|
89 |
-
with gr.Blocks(css=css
|
90 |
with gr.Row():
|
91 |
gr.HTML('<div id="header">R-detect On HuggingFace</div>')
|
92 |
with gr.Row():
|
|
|
52 |
|
53 |
.input-text {
|
54 |
flex: 3; /* 4 parts of the row */
|
55 |
+
margin-right: 1px;
|
56 |
}
|
57 |
|
58 |
.output-text {
|
|
|
87 |
"""
|
88 |
|
89 |
# Gradio App
|
90 |
+
with gr.Blocks(css=css) as app:
|
91 |
with gr.Row():
|
92 |
gr.HTML('<div id="header">R-detect On HuggingFace</div>')
|
93 |
with gr.Row():
|