Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def run_test(input_text):
|
|
33 |
|
34 |
|
35 |
css = """
|
36 |
-
#header { text-align: center; font-size:
|
37 |
#output-text { font-weight: bold; font-size: 1.2em; border-radius: 10px; padding: 10px; background-color: #f4f4f4;}
|
38 |
.links {
|
39 |
display: flex;
|
@@ -142,7 +142,7 @@ css = """
|
|
142 |
# Gradio App
|
143 |
with gr.Blocks(css=css) as app:
|
144 |
with gr.Row():
|
145 |
-
gr.HTML('<div id="header">R-Detect
|
146 |
with gr.Row():
|
147 |
gr.HTML(
|
148 |
"""
|
|
|
33 |
|
34 |
|
35 |
css = """
|
36 |
+
#header { text-align: center; font-size: 2em; margin-bottom: 20px; color: #black; font-weight: bold;}
|
37 |
#output-text { font-weight: bold; font-size: 1.2em; border-radius: 10px; padding: 10px; background-color: #f4f4f4;}
|
38 |
.links {
|
39 |
display: flex;
|
|
|
142 |
# Gradio App
|
143 |
with gr.Blocks(css=css) as app:
|
144 |
with gr.Row():
|
145 |
+
gr.HTML('<div id="header">R-Detect: Human-Rewritten or LLM-Generated</div>')
|
146 |
with gr.Row():
|
147 |
gr.HTML(
|
148 |
"""
|