sergiomar73 commited on
Commit
fec79f0
·
1 Parent(s): 2029e6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def compare_text(source, target):
27
  import gradio as gr
28
 
29
  with gr.Blocks(css=".gradio-container { background-color: white; background-image: url('file=./qc-logo.png'); background-size: 75px 75px; background-repeat: no-repeat; background-position: 0px 0px; }") as demo:
30
- gr.Markdown(f"# {' ' * 6}Text comparer with GPT-3")
31
  with gr.Row():
32
  source = gr.Textbox(lines=3, label="Text to be compared", placeholder="Source text")
33
  with gr.Row():
 
27
  import gradio as gr
28
 
29
  with gr.Blocks(css=".gradio-container { background-color: white; background-image: url('file=./qc-logo.png'); background-size: 75px 75px; background-repeat: no-repeat; background-position: 0px 0px; }") as demo:
30
+ gr.Markdown(f"# {' ' * 8}Text comparer with GPT-3")
31
  with gr.Row():
32
  source = gr.Textbox(lines=3, label="Text to be compared", placeholder="Source text")
33
  with gr.Row():