jer233 commited on
Commit
690de09
·
verified ·
1 Parent(s): 8e16534

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,7 +33,7 @@ def run_test(input_text):
33
 
34
 
35
  css = """
36
- #header { text-align: center; font-size: 3em; 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,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 "Human-Rewritten or LLM-Generated"</div>')
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
  """